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

Gaji Lainnya Tahun {{date('Y')}}

@stop @section('content')
{{ csrf_field() }}
@foreach($model as $model)
{{bulan($model->bulan)}} Rp {{rupiah($gajiKotor - $jumlahPotongan - $totalPotonganLain)}} {{$model->jenis_gaji->nmjns}}
@endforeach
@stop @section('css') @stop @section('js') @stop