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

@lang('common.select_criteria')

{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'fees-assign-search', 'method' => 'POST', 'enctype' => 'multipart/form-data', 'id' => 'search_studentA']) }}
@if (moduleStatusCheck('University')) @includeIf( 'university::common.session_faculty_depart_academic_semester_level', ['hide' => ['USUB']] ) @else
@if ($errors->has('class')) {{ $errors->first('class') }} @endif
loader
@if ($errors->has('section')) {{ $errors->first('section') }} @endif
@if ($errors->has('category')) {{ $errors->first('category') }} @endif
@if ($errors->has('group')) {{ $errors->first('group') }} @endif
@endif
{{ Form::close() }}
@if (isset($students)) {{ Form::open(['class' => 'form-horizontal', 'files' => true, 'method' => 'POST', 'url' => 'btn-assign-fees-group', 'enctype' => 'multipart/form-data']) }}

@lang('fees.assign_fees_group')

@php $i = 0; @endphp @foreach ($fees_assign_groups as $fees_assign_group) @php $i++; @endphp @if ($i == 1) @endif @endforeach @foreach ($fees_assign_groups as $fees_assign_group) @endforeach
{{ @$fees_assign_group->feesGroups->name }} @lang('fees.amount')
{{ @$fees_assign_group->feesTypes != '' ? @$fees_assign_group->feesTypes->name : '' }} {{ @$fees_assign_group->amount }}
@lang('fees.assign_all_students') @lang('fees.unassign_all_students') @if ($student_count > 0) @endif
0){ if(count($students) == count($pre_assigned)){ echo 'checked'; } } @endphp> @lang('student.student_name') @lang('student.admission_no') @lang('common.class') @lang('student.father_name') @lang('fees.category') @lang('common.gender')
{{ Form::close() }} @endif
{{-- start assign all students modal --}} {{-- end assign all students modal --}} {{-- start unassign all students modal --}} {{-- end unassign all students modal --}} @endsection @include('backEnd.partials.data_table_js') @include('backEnd.partials.server_side_datatable') @push('script') @endpush