@section('optional_css') @endsection @section('optional_js') @endsection {{ __('Setting') }} @if(session('success')) {{ session('success') }} @endif @php $maps = false @endphp {{ __('Setting') }} @csrf @method('PUT') @foreach($settings as $setting) {{ $setting->name }} @if($setting->type == 'string') @endif @if($setting->type == 'integer') @endif @if($setting->type == 'text') {{ $setting->value }} @endif @if($setting->type == 'image') Select Image Remove Upload image if change featured image @endif @endforeach {{ __('Save') }}
Upload image if change featured image