@extends('layouts.master') @section('content')
Stu. ID | Image | Name | Class | Roll | Section | Shift | Branch | Actions |
---|---|---|---|---|---|---|---|---|
{{ $student->student_id_no }} |
@php
$student_image = $student->profile_image ? $student->profile_image : 'graduated_student.png';
@endphp
|
{{ $student->first_name." ".$student->last_name }} | {{ $student->studentClass?->class_name ?? "" }} | {{ $student->class_roll ?? "" }} | {{ $student->section?->section_name ?? "" }} | {{ $student->shift?->shift_name ?? "" }} | {{ $student->branch?->branch_name ?? "" }} | @if (isset($student->studentTransport) && $student->studentTransport->count()>0) @else @endif |