@extends('template.app') @section('meta') @endsection @section('title') Booking Report @endsection @section('styles') @endsection @section('content') @php if(Auth::user()->roles->pluck('name') == 'fasttag') @endphp
No Date Month - Year Location Customer Name (Bill To) Customer Contact No. GST No Customer Name (Ship To) Team Leader KEC Name Model Variant Exterior Color VIN Number Ex-Showroom Price (Pricelist) On Road Price(A) Booking Amount (B(+)) DP Amount Received (C(+)) Finance Amount Net Disbusment Amount (D(+)) Exchange Amount (E(+)) Total received amount (B+C+D+E = F) Discount (G(-)) Net Amount Received (F-G=H) Access / Sort Amount Offer Discount (X) Designation Wise Discount (Y) Total Discount ( X + Y = Z ) Due Amount ( A - H = I) OBF Status OBF Approval Status Invoice No. Invoice Date GST CESS
@endsection @section('scripts') @endsection