@extends('layouts.master')
@section('title', 'Daftar Kas Keluar')
@section('css')
@endsection
@section('content')
| No | {{__('Bank Cash Out Number')}} | Tanggal {{__('Bank Cash Out')}} | Total | Action |
|---|---|---|---|---|
| {{$loop->iteration}} | {{ $cashOut->bank_cash_out_number }} | {{ \Carbon\Carbon::parse($cashOut->bank_cash_out_date)->format('d M Y') }} | Rp {{number_format($cashOut->nominal,0,'.',',')}} | edit print |
| No | {{__('Bank Cash Out Number')}} | Tanggal {{__('Bank Cash Out')}} | Total | Action |