@extends(\Auth::user()->role != 10 ? 'layout' : 'layoutfrontdesk') @section('title', 'Payment Method AR') @section('css') @endsection @section('content')
@if (!$pembayarans->isEmpty()) @foreach ($pembayarans as $pembayaran) @endforeach @endif
No Name COA AP/AR Actions
{{$loop->iteration }} {{$pembayaran->nama_metode}} ({{@$pembayaran->coa->account_no ?? ''}}) {{@$pembayaran->coa->description ?? '-'}} Account Payable: {!! $pembayaran->ap_payment ? '' : '' !!}
Account Receivable: {!! $pembayaran->ar_payment ? '' : '' !!}
@csrf
Add Payment Method
 Account Payable      Account Receivable
@endsection @section('js') @endsection