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

Uang Makan Tahun {{date('Y')}}

@stop @section('content')
{{ csrf_field() }}
@foreach($model as $model)
{{bulan($model->bln)}} Rp {{rupiah($model->jmlhari*$model->tarif-$model->pph)}}
@endforeach
@stop @section('css') @stop @section('js') @stop