@extends('admin.layouts.default') @section('content')

GST Report2

{{ Form::open(['role' => 'form','id'=>'searchGstForm','route'=>[$modelName.'.gst_report_cron'],'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'] : ''; $challenge_id = @$_GET['challenge_id'] != '' ? $_GET['challenge_id'] : ''; @endphp
{{ Form::close() }}
S. NO INVOICE NO INVOICE DATE CUSTOMER ID STATE OF CUSTOMER Referer Email Referer Name Referer Comisssion Sports Match Title Match Id Challenge Id CONTEST FEES Challenge status RATE% TOTAL PLATFORM FEES AFTER TAX PLATFORM FEES IGST SGST CGST Total Tax to Pay
Total {{ $totalTax->igst ?? 0 }} {{ $totalTax->sgst ?? 0 }} {{ $totalTax->cgst ?? 0 }} {{ round(($totalTax->igst+$totalTax->cgst+$totalTax->sgst),2) ?? 0 }}