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

{{__('Bank Cash Out')}} Input

@csrf @if(isset($bankCashOut)) @method('PUT') @endif
{{__('Bank Cash Out')}} Information
{{--

--}}

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