@extends('layouts.master') @section('title', 'Input Kas Masuk') @section('content')

{{__('Bank Cash In')}} Shopee Input

@csrf @if(isset($bankCashIn)) @method('PUT') @endif
{{__('Bank Cash In')}} Shopee Information
{{--
--}}

{{-- --}}
{{__('Bank Cash In Details')}}
{{__('Account Number')}} Nominal {{__('Notes')}} Actions
Total: 0
@if (session('error')) @endif
@section('scripts') @endsection @endsection