@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
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. Amount
SGST Amount
CGST Amount
IGST Amount
Total GST
Adjusted Amount
Invoice Amount
@endsection @section('custom-scripts') @endsection