@if(Session::has('success'))
×{{ Session::get('success') }}
@endif
@if(Session::has('error'))
{{ Session::get('error') }}
@endif
| # |
Sorting Order |
Title |
Image |
Publish Date |
Description |
Status |
Action |
@php $i=1;@endphp
@foreach($allInterviews as $interview)
| {{$i++}} |
{{$interview->sorting}} |
{{$interview->title}} |
}}) |
{{$interview->publish_date}} |
{{$interview->description}} |
@if($interview->status == 1) Active @else In-Active@endif |
|
@endforeach
@endsection