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

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

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


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