@extends('layouts.scaffold')
@section('title')
Report By Student|Golars Networks
@stop
@section('main')
{{ Form::open(array('id' => 'reportsbystudet_client')) }}
-
{{ Form::select('selectstudent_consultancy', $students, '', array("id" => "studentClient_reportsFilter") )}}
-
{{ Form::text('select_date', '', array("class" => "datepicker", "placeholder" => "Select From Date", "id" => 'datestudentclentreports') )}}
-
{{ Form::text('select_date', '', array("class" => "datepicker", "placeholder" => "Select To Date", "id" => 'todatestudentclentreports') )}}
-
Generate
{{ Form::close() }}
Export
| Batch Name |
Class Date |
Description |
Status |
@if ($scripts = 'js/reportsbystudentforclient/reportsbystudentforclient_list.js') @endif
@stop