Edit {{ $title }}

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

Name *

has('name') ? 'autofocus' : 'null' }} > {{$errors->first('name')}}
@if ($association->assoc_type_id == '2')

District Name *

has('district_name') ? 'autofocus' : 'null' }} class="form-control noSpace" > {{$errors->first('district_name')}}
@endif

President Name *

has('presidentName') ? 'autofocus' : 'null' }} class="form-control noSpace" > {{$errors->first('presidentName')}}

President *

has('presidentEmail') ? 'autofocus' : 'null' }} class="form-control noSpace"> {{$errors->first('presidentEmail')}}

Office Address *

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

Secretary Name *

has('secretaryName') ? 'autofocus' : 'null' }} class="form-control noSpace" > {{$errors->first('secretaryName')}}

Secretary Email *

has('secretaryEmail') ? 'autofocus' : 'null' }} class="form-control noSpace"> {{$errors->first('secretaryEmail')}}

Office Address *

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

Description *

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