@extends('backend.admin-master') @section('site-title') {{__('General Settings')}} @endsection @section('content')
@include('backend/partials/message') @if($errors->any())
    @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif

{{__('General Settings')}}

@csrf
@if(file_exists('assets/uploads/'.get_static_option('footer_background_image'))) @endif
@endsection