@extends('admin.layouts.default') @section('content') {{ HTML::style('css/admin/datatable.css') }} {{ HTML::script("js/admin/datatable.js") }}

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() }}
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
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