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