@extends('admin.layout.master') @section('title', "الحسابات التجريبية") @section('content')
# | الإسم بالكامل | رقم الجوال | البريد الألكتروني | إسم الشركة | الحالة | التحكم |
---|---|---|---|---|---|---|
{{$i}} | {{$row->first_name .' '. $row->last_name}} | {{$row->mobile}} | {{$row->email}} |
Fatal error: Uncaught Error: Class "DB" not found in /home/alkhalaffamily/public_html/trial_benaee/resources/views/admin/test_accounts/index.blade.php:54 Stack trace: #0 {main} thrown in /home/alkhalaffamily/public_html/trial_benaee/resources/views/admin/test_accounts/index.blade.php on line 54 |