@extends('template.app') @section('meta') @endsection @section('title') Manage OBF Discount @endsection @section('styles') @endsection @section('content') @php if(Auth::user()->roles->pluck('name') == 'fasttag') @endphp
No Date Location Customer Name (Bill To) GST No Customer Name (Ship To) Team Leader KEC Name Model Variant Exterior Color VIN Number 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 Due Amount (A-H=I) OBF Status OBF Approval Status Invoice No. Invoice Date Action
@endsection @section('scripts') @endsection