@extends('layouts.master') @section('title', __('Hutang Lain')) @section('css') @endsection @section('content')

{{__('Hutang Lain')}} Input

@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @if(isset($debts)) @method('PUT') @endif
{{__('Hutang Lain')}} {{__('Information')}}






{{__('Hutang Lain')}} Details
@foreach ($details as $index => $detail) @endforeach
{{__('Akun')}} {{__('Nominal')}} {{__('Catatan')}} Action
Total: 0
@csrf @method('POST')
@if (session('error')) @endif
@section('scripts') @endsection @endsection