@extends('layouts.master') @section('title', __('Tanda Terima')) @section('css') @endsection @section('content')

{{__('Tanda Terima')}} Input

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






{{__('Tanda Terima')}} Details
Total: 0
Code Nama Tanggal No. Faktur Nilai Faktur Action
@if (session('success')) @endif @if (session('error')) @endif
@section('scripts') @endsection @endsection