@extends('layouts.app') @section('content') @include('layouts.inc.breadcrumb')
@if($mutasiKas->flag_bayar === 'Y') @endif
@include('flash-message')

Bukti Penerimaan Kas


@php ($i=1) @php ($total=0) @foreach ($mutasiKasDetail as $data) @php($i++) @php ($total += $data->nominal) @endforeach
No Unit Cost Center Rekening Keterangan Nominal
{{ $i}} {{ $data->unit }} {{ $data->code_cost_centre }} {{ $data->rekening }} {{ $data->keterangan }} Rp. {{ number_format($data->nominal) }}
Total Rp. {{ number_format($total) }}
@endsection @push('js') @endpush