@extends('layouts.master') @section('title', 'Daftar Kas Keluar') @section('css') @endsection @section('content')
{{__('Bank Cash Out')}} Shopee Information
Tambah Baru
@foreach ($bankCashOutRecords as $cashOut) @endforeach
No {{__('Bank Cash Out Number')}} Tanggal {{__('Bank Cash Out')}} Shopee Total Action
{{$loop->iteration}} {{ $cashOut->bank_cash_out_shopee_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')}} Shopee Total Action
@if (session('success')) @endif @if (session('error')) @endif @endsection @section('scripts') @endsection