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

Remunerasi

@stop @section('content')
{{ csrf_field() }}
@foreach($model as $model)
{{bulan($model->bulan)}} Rp {{rupiah($remunerasi)}}
@endforeach
@stop @section('css') @stop @section('js') @stop