@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($allNews as $news)
| {{$i++}} |
{{$news->sorting}} |
{{$news->title}} |
}}) |
{{$news->publish_date}} |
{{$news->description}} |
@if($news->status == 1) Active @else In-Active@endif |
|
@endforeach
@endsection