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

User Pay Report

{{ Form::open(['role' => 'form','id'=>'Download_PayInForm','route'=>[$modelName.'.download_user_payin_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() }}
@endsection