@extends('backend.master') @section('title') {{ @$data['title'] }} @endsection @section('content')
{{-- bradecrumb Area S t a r t --}} {{-- bradecrumb Area E n d --}}
@csrf

{{ ___('common.Filtering') }}

@error('student')
{{ $message }}
@enderror
@isset($data['students'])

{{ $data['title'] }}

@if (hasPermission('fees_collect_create')) @endif @forelse ($data['students'] as $item) @if (hasPermission('fees_collect_create')) @endif @empty @endforelse
{{___('student_info.Student Name') }} {{ ___('student_info.admission_no') }} {{ ___('academic.class') }} ({{ ___('academic.section') }}) {{ ___('student_info.guardian_name') }} {{ ___('student_info.Mobile Number') }}{{ ___('common.action') }}
{{ @$item->student->first_name }} {{ @$item->student->last_name }} {{ @$item->student->admission_no }} {{ @$item->class->name }} ({{ @$item->section->name }}) {{ @$item->student->parent->guardian_name }} {{ @$item->student->mobile }}{{___('fees.Collect')}}

{{ ___('common.No data available') }}

{{ ___('common.Please add new entity regarding this table') }}

@endif
@endsection @push('script') @include('backend.partials.delete-ajax') @endpush