@section('optional_css') @endsection @section('optional_js') @endsection

{{ __('Banner') }}

@if(session('success')) {{ session('success') }} @endif
{{ __('Edit') }} {{ __('Banner') }} @csrf @method('PUT')
{{ __('Title') }}
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
{{ __('Description') }}
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
{{ __('Image') }}
@if(!empty($banner->image)) @endif
Select Image Remove

Upload image if add image

@if ($errors->has('image')) {{ $errors->first('image') }} @endif
{{ __('Link') }}
@if ($errors->has('link')) {{ $errors->first('link') }} @endif
{{ __('Publish') }}
publish))?'checked':'' }} data-bootstrap-switch>
{{ __('Save') }}