Manage Chairperson Message
@if(Session::has('success'))
×{{ Session::get('success') }}
@endif
@if(Session::has('error'))
{{ Session::get('error') }}
@endif
| # |
Sorting Order |
Salutation |
Name |
Image |
Period |
Description |
Status |
Action |
@php $i=1;@endphp
@foreach($allChairPersons as $chairPerson)
| {{$i++}} |
{{$chairPerson->sorting}} |
{{$chairPerson->salutation}} |
{{$chairPerson->name}} |
}}) |
{{$chairPerson->period}} |
{{$chairPerson->description}} |
@if($chairPerson->status == 1) Active @else In-Active@endif |
|
@endforeach
@endsection