@extends('reachassuree_admin/layouts.main') @section('title', $data['title']) @section('content')
@include('../reachassuree_admin/comman/header')
@csrf
@php $check_privileges = userPrivilegesReturn(17,19); @endphp @if (($check_privileges == 1) || (Session::get('admin_type') == 0))
@endif

Sr.No Inv.Date
Inv.No
Transaction Type Mode Ass.Value SGST Amount CGST Amount IGST Amount Total GST Adjusted Cr.Note Amt Inv.Amt Party Name
PIN
GST.Inv D/L
@csrf
Ass. Amt
SGST Amt
CGST Amt
IGST Amt
Total GST
Adjusted Amt
Cr.Note Amt
Invoice Amt
@endsection @section('custom-scripts') @endsection