{{ $title }} Create

@include('layouts.admin.alerts') @if (count($association)>0) @foreach ($association as $item) @endforeach
# Logo Name President Name Office Address President Email Secretary Name Office Address Secretary Email Description Action
{{ $no++ }} {{ $item->name }} {{ $item->presidentName }} {{$item->presidentDescription}} {{ $item->presidentEmail }} {{ $item->secretaryName }} {!! $item->secretaryDescription !!} {{ $item->secretaryEmail }} {!! \Illuminate\Support\Str::limit($item->description, 150, $end='...') !!} Edit
@csrf {{ method_field('DELETE') }}
@else No {{ $title }} Added Yet @endif