@extends('AdminPanel.layouts.main') @section('main-section')

Users

{{ session()->get('msg') ?? null }}
@if (session()->get('AdminUser')['type'] == 'R') @endif @foreach ($usersData as $item) @if (session()->get('AdminUser')['type'] == 'R') @endif @endforeach
Id Image Name Email TypeAction
{{ $item->id }} {{ $item->name }} {{ $item->email }}
@endsection @section('scripts') @endsection