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

Gaji Tahun {{$year}}

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