@extends('template.app') @section('meta') @endsection @section('title') Sales Report @endsection @section('styles') @endsection @section('content')
@foreach ($columnDefs as $col) @endforeach @foreach ($cess as $item) @endforeach @php $tabIndex = 23; @endphp @foreach ($columnDefs as $column) @endforeach @foreach ($cess as $item) @php $cessKey = \Illuminate\Support\Str::slug("Compensation Cess Output @ {$item->compensation_cess} %", '_'); @endphp @endforeach
No. Branch KEC Name Team Leader Date Particulars Bill to Bill to Address Ship to Ship to Address Invoice No Voucher Ref. No.- Hypo GSTIN/UIN PAN No. Addhar Card No Pan Link Status Quantity VIN No. Engine No. Model Varient Colour Gross Total{!! $col['title'] !!}CGST Output -14% SGST Output -14% IGST Output -28%Compensation Cess Output @ {{ $item->compensation_cess }}%
@endsection @section('scripts') @endsection