@use(Carbon\Carbon) @use(App\Models\Account) @use(App\Models\Checkout) @extends('adminlte::layouts.app') @section('htmlheader_title') Payment @endsection @section('page_title') Payment @endsection @section('contentheader_title') Record Payment @endsection @section('contentheader_description') @endsection @section('main-content')
@csrf
@error('invoices') {{ $message }} @enderror
@if($po?->exists ?? FALSE)Update @else Add @endif
@endsection @section('page-scripts') @append