@extends('backend.layouts.app') @section('content')
@if($type == 'store')
@csrf @else @csrf @method('put') @endif
{{-- --}}
@if(sizeof($model) > 0) @foreach($model as $m) @endforeach @endif
Sl. Particulars Monthly Daily Action
{{ ++$sl }} {{ $m->particulars }} {{ $m->monthly }} {{ $m->daily }}
@endsection