@extends('layout.report', ['max_width' => '100%']) @section('style') @endsection @section('report')
| # | No | Name | Name AR | ID No | Phone | Status | |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $student->student_number }} | {{ $student->user->name }} | {{ $student->user->name_ar }} | {{ $student->user->id_number }} | {{ $student->user->formated_phone }} | {{ $student->user->email }} | @php $std = App\Models\Student::where('id', $student->id)->withoutGlobalScopes()->first(); @endphp @if ($std != null){{ $std->status_name }} | @endif