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