@extends('layouts.master') @section('title', __('Daftar Tagihan')) @section('css') @endsection @section('content')

{{__('Daftar Tagihan')}} Edit

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


{{__('Daftar Tagihan')}} Details
Total: 0
@foreach($receivableListDetails as $index => $details) @php $date=date_create($details->document_date); @endphp @endforeach
Code Nama Tanggal No. Faktur Nilai Faktur Pembayaran Terutang Action
@if($editable)
@endif Back
@if($editable)
@csrf @method('POST')
@endif
@if (session('success')) @endif @if (session('error')) @endif
@section('scripts') @endsection @endsection