@extends('backend.layouts.app')
@section('content')
| Sl |
Title |
Details |
Status |
Action |
@if(sizeof($model)>0)
@foreach($model as $m)
| {{ ++$sl }} |
{{ $m->title }} |
{{ $m->details }} |
@if($m->status == 1) Active @else Inactive @endif |
|
@endforeach
@endif
@endsection