Edit {{ $title }}

@include('layouts.admin.alerts')
@csrf {{ method_field('PUT') }} {{$errors->first('logo')}}

Name *

has('name') ? 'autofocus' : 'null' }} > {{$errors->first('name')}}
has('image') ? 'autofocus' : 'null' }}>

Select Country *

{{$errors->first('country_id')}}
has('flag') ? 'autofocus' : 'null' }}>

Designation *

has('designation') ? 'autofocus' : 'null' }}> {{$errors->first('designation')}}
@endsection