@extends('back/layouts.app') @section('back_css') @endsection @section('content')
@if(session()->has('success'))
{{ session()->get('success') }}
@elseif(session()->has('MasterErorr'))
Failed! {{ session()->get('MasterErorr') }}
@endif @include('back.includes.breadcrumb',['routes' => [ ['name' => __('meta.title.members')], ]])

{{-- --}} {{-- --}} @php $langs = ''; @endphp @foreach($result as $row) {{-- --}} {{-- --}} @endforeach
# الاسم البريد الهاتف نتائج الاختباراتالشهاداتReset Password created_at
{{ $row->id }} {{ $row->name }}
@csrf
edit محاولات جديدة {{-- تسجيل خروج الطالب --}}
{{ $row->email }} {{ $row->phone }} @php $params = ['userId' => $row->id, 'detailsType' => 'USER_COURSES']; @endphp الاختبارات @php $params = ['userId' => $row->id, 'detailsType' => 'USER_COMPARE_COURSES']; @endphp @php $params = ['userId' => $row->id, 'detailsType' => 'USER_SUBSCRIPTIONS']; @endphp @php $params = ['userId' => $row->id, 'detailsType' => 'USER_COURSES_DOESNT_SUBSCRIPE']; @endphp @php $params = ['userId' => $row->id, 'detailsType' => 'USER_COURSES_ACTIVE_NOT_TESTED']; @endphp --}} {{-- @foreach ($row->test_results as $key => $test_result)--}} {{-- @php $params = ['userId' => $row->id, 'course_test_result_id' => $test_result->id, 'detailsType' => 'USER_TEST_RESULT_ANSWERS']; @endphp--}} {{-- @if ($test_result->course)--}} {{-- --}} {{-- @endif--}} {{-- @endforeach--}} {{-- --}} {{-- @foreach ($row->test_results as $key => $test_result)--}} {{-- @if ($test_result->course)--}} {{-- @foreach ($test_result->course->sites as $site)--}} {{--  تحميل --}} {{-- --}} {{--  صورة --}} {{-- --}} {{-- --}} {{--  بى دى اف --}} {{-- --}} {{-- @endforeach--}} {{-- @endif--}} {{-- @endforeach--}} {{--
@csrf
{{$row->created_at}}
@csrf
نسخ بيانات الحساب
{{ $result->withQueryString()->links() }} @endsection @section('js_pagelevel') @endsection