@extends('admin.layouts.masterlayout') @section('styles') @endsection

Deposit GST Report

{{ Form::open(['role' => 'form','id'=>'searchGstForm','route'=>[$modelName.'.depositgstreport'],'files' => true,'method' => 'get']) }} @php $start_date = @$_GET['start_date'] != '' ? $_GET['start_date'] : ""; $end_date = @$_GET['end_date'] != '' ? $_GET['end_date'] : ""; $matchkey = @$_GET['matchkey'] != '' ? $_GET['matchkey'] : ''; $sport_type = @$_GET['sport_type'] != '' ? $_GET['sport_type'] : ''; $transaction_by = @$_GET['transaction_by'] != '' ? $_GET['transaction_by'] : ''; $challenge_id = @$_GET['challenge_id'] != '' ? $_GET['challenge_id'] : ''; $states = @$_GET['states'] != '' ? $_GET['states'] : ''; @endphp
{{ Form::close() }}
S. NO INVOICE NO CUSTOMER ID Name Email Mobile Team Name State Add Fund Gst Amount IGST SGST CGST Wallet Amount Transaction By Transaction DATE Total Tax to Pay
Total {{ $totalTax->igst ?? 0 }} {{ $totalTax->sgst ?? 0 }} {{ $totalTax->cgst ?? 0 }} {{ $totalTax ? round($totalTax->igst + $totalTax->cgst + $totalTax->sgst, 2) : 0 }}