@extends('backEnd.master') @section('title') @lang('fees.collect_fees') @endsection @section('mainContent')

@lang('common.select_criteria')

{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'collect_fees_search', 'method' => 'POST', 'enctype' => 'multipart/form-data', 'id' => 'search_student']) }}
@if(moduleStatusCheck('University')) @includeIf('university::common.session_faculty_depart_academic_semester_level', ['hide'=>['USUB'],'required'=> ['US','UF','UD','UA','USN','US','USL']]) @else
@if ($errors->has('class')) {{ $errors->first('class') }} @endif
@if ($errors->has('section')) {{ $errors->first('section') }} @endif
loader
@endif
{{ Form::close() }}
@if(isset($students)) {{ Form::open(['class' => 'form-horizontal', 'files' => true, 'method' => 'POST', 'enctype' => 'multipart/form-data'])}}

@lang('fees.fees_collection_list')

@if(! moduleStatusCheck('University')) (@lang('common.class'): {{$search_info['class_name']}}, @lang('common.section'): {{@$search_info['section_name']}}, @lang('fees.keyword'): {{@$search_info['keyword']}}) @endif

@if(! moduleStatusCheck('University')) @endif @foreach($students as $student) @if(! moduleStatusCheck('University')) @endif @if(userPermission("fees_collect_student_wise")) @endif @endforeach
@lang('student.admission_no') @lang('common.name') @lang('common.date_of_birth') @lang('common.phone')@lang('common.class') @lang('common.section') @lang('student.father_name')@lang('common.action')
{{$student->studentDetail->admission_no}} {{$student->studentDetail->first_name.' '.$student->studentDetail->last_name}} {{$student->studentDetail->date_of_birth != ""? dateConvert($student->studentDetail->date_of_birth):''}} {{$student->studentDetail->mobile}}{{$student->class->class_name}} {{$student->section->section_name}} {{$student->studentDetail->parents != ""? $student->studentDetail->parents->fathers_name:""}} @lang('fees.collect_fees')
{{ Form::close() }} @endif
@endsection @include('backEnd.partials.data_table_js')