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