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