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

Sr.No Inv.Date
Credit Note No
Ass.Amt SGST CGST IGST Total GST Adjusted Inv.Amt Gst Inv No Gst Date Party Name
PIN
Refund Amount Credit Note D/L Status Action
@csrf
Ass. Amount
SGST Amount
CGST Amount
IGST Amount
Total GST
Adjusted Amount
Invoice Amount
@endsection('content') @section('custom-scripts') @endsection