@extends('dashboard.layout.app') @section('style') @endsection @section('content') @include('dashboard.blocks.title',['button' => true, 'route' =>route('users.create'), 'icon' => 'plus'])
{{__('translation.clear search result')}}

{{__('translation.result_count')}} ({{$rows->count()}})

{{-- --}} @php $i = 1; @endphp @foreach($rows as $item) {{-- --}} @endforeach
# {{__('translation.name')}} {{__('translation.phone')}} {{__('translation.email')}} الجنسية ملف تلخيص الكتاب الاول ملف تلخيص الكتاب الثاني ملف تلخيص الكتاب الثالث الحالة{{__('translation.show')}} {{__('translation.actions')}}
{{$i++}} {{$item->name}} {{$item->phone}} {{$item->email}} {{$item->nationality}} @if ($item->book1_ans_file) تحميل @endif @if ($item->book2_ans_file) تحميل @endif @if ($item->book3_ans_file) تحميل @endif @include('dashboard.blocks.active') {{__('translation.show')}} {{__('translation.edit')}} عرض {{__('translation.delete')}}
{{ $rows->appends($search)->links() }}
@endsection @section('script') @endsection