Create {{ $title }}

@include('layouts.admin.alerts')
@csrf

Members Name *

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

Upload Member's Image *: ( Standard image resolution to be used : 300X400 )

Clear Image

Select Country *

{{$errors->first('country_id')}}
{{$errors->first('flag')}}

Upload Country Flag * : ( Standard image resolution to be used : approx 50X50)

Clear Image

Designation *

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