@extends('layout.report', ['max_width' => '100%']) @section('style') @endsection @section('report')

Discontinued Trainees Data


@foreach ($students as $student) @php $std = App\Models\Student::where('id', $student->id)->withoutGlobalScopes()->first(); @endphp @if ($std != null) @endif @endforeach
# No Name Name AR ID No Phone Email Status
{{ $loop->iteration }} {{ $student->student_number }} {{ $student->user->name }} {{ $student->user->name_ar }} {{ $student->user->id_number }} {{ $student->user->formated_phone }} {{ $student->user->email }}{{ $std->status_name }}
@endsection