@extends('portal::layouts.supplier') @section('title', __('lang_v1.ledger')) @section('content') @include('portal::partials.crm_ledger', [ 'contact' => $contact, 'ledger_url' => action([\Modules\Portal\Http\Controllers\Supplier\LedgerController::class, 'getLedger']), ]) @endsection @section('javascript') @endsection