Accounts Entry
@csrf
@php $pis = DB::table('p_i_s') ->where('projection_order_id', $projection_order_id->id) ->select('pi_no', 'pi_date') ->groupBy('pi_no', 'pi_date') ->get(); @endphp

@foreach ($pis as $pi) {{ $pi->pi_no ?? old('pi_no') }} ({{ $pi->pi_date }})     @endforeach

@php $accs = DB::table('accountancies') ->where('projection_order_id', $projection_order_id->id) ->get(); @endphp @foreach ($accs as $acc) @endforeach
BANK SUB DT. LDBC BILL NO. LDBC BILL DATE MATURITY DATE LC or Contract Payment terms Realized Date REALISED VALUE Short Value BANK Remarks Actions

Cancel Save