@if(Session::has('success'))
×{{ Session::get('success') }}
@endif
@if(Session::has('error'))
{{ Session::get('error') }}
@endif
| # |
Sorting |
Speaker Name |
Profile Image |
Designation |
Company Name |
Description |
Status |
Action |
@php $i=1;@endphp
@foreach($event_speakers as $speaker)
| {{$i++}} |
{{$speaker->sorting}} |
{{$speaker->name}} |
}}) |
{{$speaker->designation}} |
{{$speaker->company_name}} |
{{$speaker->description}} |
@if($speaker->status == 1) Active @else In-Active@endif |
|
@endforeach
@endsection