@extends('layouts.user_type.auth')
@section('content')
{{-- Tab1 --}}
| ID |
Name |
Action |
@if($assistants->isNotEmpty())
@foreach ($assistants as $assistant)
| {{ $loop->iteration }} |
{{ $assistant->assistant_name }} |
|
@endforeach
@else
| No any assistants found |
@endif
{{-- Tab2 --}}
| ID |
Name |
Email |
Role |
Creation Date |
Verified |
Action |
|
|
|
|
|
|
|
@endsection