@csrf
{!! $header !!}
{{ $errors->first('title') }}
@if(isset($brand) && $brand->image) @else @endif
Publish
Published
is_published) ? $brand->is_published : '')=='1' ? 'checked':'' }} data-switchery/>
Featured
is_featured) ? $brand->is_featured : '')=='1' ? 'checked':'' }} data-switchery/>
{{--
Status
is_status) ? $brand->is_status : '')=='1' ? 'checked':'' }} data-switchery/>
--}}
@section('scripts') @endsection