@extends('layouts.app') @section('title','Billing') @section('pages')
Consignor

{!! $consignor['name'] ?? '' !!}

{!! isset($consignor['phone_no']) && $consignor['phone_no'] != '' ? ' ' . $consignor['phone_no'] : '' !!}

Consignee

{!! $consignee['name'] ?? '' !!}

{!! isset($consignee['phone_no']) && $consignee['phone_no'] != '' ? ' ' . $consignee['phone_no'] : '' !!}

Vendor

{!! $vendor['name'] ?? '' !!}

{!! isset($vendor['phone_no']) && $vendor['phone_no'] != '' ? ' ' . $vendor['phone_no'] : '' !!}

@csrf
Billing Details

@if(isset($accounting_group) ) @foreach($accounting_group as $key => $list) @endforeach @else @endif
Transaction Mode Transaction Reference Advance Amount
{{$list->name ?? ''}}
No Data Found
Additional Details

    @endsection @section('js') @endsection