@if(Session::has('message'))
×
{{ Session::get('message') }}
@endif
| # |
Image |
Title |
Writer |
Details |
Status |
Action |
@foreach($newsList as $news)
| {{$loop->iteration}} |
}}) |
{{$news->title}} |
{{$news->writer}} |
{!! Illuminate\Support\Str::limit($news->descriptions, 50) !!} |
@if($news->status == 0) Inactive @else Active @endif |
{{----}}
|
@endforeach
@endsection('content')
@section('js')
{{----}}
@endsection('js')