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

TDS Details

{{ Form::open(['role' => 'form','id'=>'searchTDSForm','route'=>['userTdsDetails'],'files' => true,'method' => 'get']) }} @php $start_date = @$_GET['start_date'] != '' ? $_GET['start_date'] : date('Y-m-d', strtotime("2021-03-01")); $end_date = @$_GET['end_date'] != '' ? $_GET['end_date'] : date('Y-m-d', strtotime("2021-03-31")); @endphp
{{ Form::close() }}
S No. User Name Email id Mobile User Pan No Series Name Match Name Wining Amount TDS Amount Net Wining Amount
S No. User Name Email id Mobile User Pan No Series Name Match Name Wining Amount TDS Amount Net Wining Amount
@endsection