@extends('layouts.app') @section('content')
Section: {{$student->section->section_name}}
@break @endif @endforeach| ID Card Number | Photo | First Name | Last Name | Phone | Actions | |
|---|---|---|---|---|---|---|
| {{$student->id_card_number}} |
@if (isset($student->student->photo))
|
{{$student->student->first_name}} | {{$student->student->last_name}} | {{$student->student->email}} | {{$student->student->phone}} |