Create {{ $title }}

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

Members Name *

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

Select Country *

{{$errors->first('country_id')}}
@elseif($url == 'club_members')

Select Country *

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

Upload Members 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 : 300 X 400 )

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 300 X 400 )

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