@extends('layouts.app') @section('title',config('setting.site_name').' - Setting') @section('content')
@csrf
@if(!empty(config('setting.header_logo')))
@endif
@if(!empty(config('setting.login_logo')))
@endif
@if(!empty(config('setting.fevicon_icon')))
@endif
@endsection @push('js') @endpush