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