@extends('backend.layouts.app')
@section('content')
| Sl |
Name |
Action |
|
Name |
|
@if(sizeof($model) > 0)
@foreach($model as $m)
| {{ ++$sl }} |
{{ $m->name }} |
|
@endforeach
@endif
@endsection
@section('modal_content')
@endsection
@section('page_script')>
@endsection