@extends('admin.layout.base') @section('title', 'Site Settings ') @section('content')
{{csrf_field()}}
@if(config('constants.site_logo')!='') @endif
@if(config('constants.site_icon')!='') @endif
@endsection @section('scripts') @endsection