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

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

@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
{{__('Bank Cash Out')}} Information


{{-- --}}
{{__('Bank Cash Out Details')}}
@foreach($bankCashOut->details as $detail) @endforeach
{{__('Account Number')}} Nominal {{__('Notes')}} Actions
Total: {{number_format($bankCashOut->nominal,0,'.',',')}}
@csrf @method('POST')
@if (session('success')) @endif @if (session('error')) @endif
@section('scripts') @endsection @endsection