@extends('layouts.admin') @section('title', 'New Delivery Challan') @section('page-title', 'New Delivery Challan') @push('styles') @endpush @section('breadcrumbs') Delivery Challans chevron_right New Delivery Challan @endsection @section('content')
@push('styles') @endpush @push('scripts') @php $dcCurrencyClient = [ 'code' => $defaultCurrencyCode ?? \App\Models\Currency::getDefaultCode(), 'symbol' => $defaultCurrencySymbol ?? \App\Models\Currency::getSymbol(), 'symbolPosition' => $defaultCurrencySymbolPosition ?? 'before', 'decimalPlaces' => (int) ($defaultCurrencyDecimalPlaces ?? 2), ]; @endphp @endpush @endsection