@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header')

Uang Makan {{$year}}

@stop @section('content')
{{ csrf_field() }}
@if(count($model) > 0) @foreach($model as $model)
{{bulan($model->bln)}} Rp {{rupiah($model->jmlhari*$model->tarif-$model->pph)}}
@endforeach @else
Peringatan!
Tidak ada data pada tahun ini
@endif
@stop @section('css') @stop @section('js') @stop