@extends('layouts/eims_layout') @section('title', '| ' . $pageTitle) @section('content')
Student Photo
{{-- just show student information using table--}}
Id {{$student->student_id_no}} {{$companyType == 'UNV' ? 'Program' : 'Medium/Version'}} {{$student->eims_program?->name}}
Roll No {{$student->roll_no ?? null}} Session {{$student->eims_session->name ?? null}}
Name {{$student->name ?? null}} - {{$student->phone_number?? null}} {{$companyType == 'UNV' ? 'Semester' : 'Class'}} {{$student->eims_semester_class?->name ?? null}}
Guardian {{$student->eims_student_information->guardian_name ?? null}} - {{$student->eims_student_information->guardian_phone_number ?? null}} Section {{$student->eims_section->name ?? null}}
{{-- buttons: Print Secleted, Collect Selected --}} {{--
--}}
{{-- fees Collection--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{----}}
SL Fees TypeFees CodeDue DateStatus Fees Fine Transaction ID Payment Method Collection DateDiscountFinePaid Action
Total:
{{-- div panel-body --}}
{{-- Div panel panel-default panel-border --}}
{{-- col-md-10 --}}
@php($feesCollectionUrl = route('eims_student_fees_collection_store')) @include('eims.modal.collectFeesModal') {{-- modal to collect selected fee--}} {{-- --}} @endsection