Create {{ $title }}

@include('layouts.admin.alerts')
@csrf {{--
--}}

Association Name *

has('name') ? 'autofocus' : 'null' }} > {{$errors->first('name')}}
@if ($url == 'state_association')

Select State *

{{$errors->first('state_id')}}
@elseif($url == 'district_association')

Select State *

Select District *

@endif {{--
--}} {{$errors->first('logo')}}

Upload Association Logo Image * : ( Standard image resolution to be used : approx 350X250)

Clear Image
{{--
--}}

President Name *

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

President Email *

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

Office Address *

{{$errors->first('presidentDescription')}}
{{--
--}} {{-- ( Image resolution must be 960x1280 * ) --}} {{$errors->first('presidentPhoto')}}

Upload President Image *: ( Standard image resolution to be used : 350X250 )

Clear Image
{{--

--}} {{--
--}}

Secretary Name *

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

Secretary Email *

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

Address *

{{$errors->first('secretaryDescription')}}
{{--
--}} {{-- ( Image resolution must be 960x1280 * ) --}} {{--
--}} {{$errors->first('secretaryPhoto')}}

Upload Secretary Image *: ( Standard image resolution to be used : approx 350X250 )

Clear Image
{{--
--}}

Description *

{{$errors->first('description')}}

Managing-User *

Select User *

{{$errors->first('existing_users')}}

User Name *

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

Email ID *

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

Password *

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