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 ($members->members_type_id == '2') @endif

President Name *

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

President Email *

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