@php // $user = [ // 'id' => 1, // 'name' => 'sample name', // 'role' => 'sample role', // ]; @endphp {{-- @if ($users->whereNotIn('role', $not_intern_roles)->first()) --}} @if ($user)
Add User
@foreach ($user as $usr) {{-- @if (!in_array($user->roles->position, $not_intern_roles)) --}}
{{-- --}} profile pic

{{ $usr['name'] }}

{{-- {{ \App\Models\School::where('id', $user->school_id)->first()->description ?? 'No school' }} --}} {{ $usr['role'] }}

{{-- @endif --}} {{-- @endforeach --}} @endforeach
{{--

Showing 1 - 10 of {{ count($users) }}

Page 1 of
--}}
@else

No Users Yet.

Add User
@endif