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

GST Report

{{ Form::open(['role' => 'form','id'=>'Downlode_GSTForm','route'=>[$modelName.'.download_gst_report'],'files' => true,'method' => 'get']) }} {{ csrf_field() }} @php $matchkey = ""; $start_date = ""; $end_date = ""; if (isset($_GET['start_date'])) { $start_date = $_GET['start_date']; } if (isset($_GET['end_date'])) { $end_date = $_GET['end_date']; } @endphp
{{ Form::close() }}

No data available for the selected dates

S No. Challange Id IsMarthon Match Key Match Status Max Allowed Users Joined Users User ID Entry Fee Win Amount Date Invoice No Pool Prize Plate Form Fee IGST CGST SGST Margin % User State
@endsection