@extends('layouts.app') @section('content')

Utilizatori Lista

Reset
@foreach($users as $user) @if($user->myBranch) @else @endif @endforeach
Agentie Nume Email Rol Optiuni
{{$user->myBranch->BRANCH}} {{$user->myBranch->NAME}}Agentie nu a fost gasita{{$user->username}} {{$user->email}} @if($user->myRole) @if($user->myRole->role) {{$user->myRole->role->role_name}} @else Eroare citire rol @endif @else Employee @endif @if($user->myRole) @else @endif
@if(!isset($_GET['search']) && !isset($_GET['limit'])) @endif
@endsection @push('scripts') @if(isset($_GET['search']) || isset($_GET['limit'])) @php if(isset($_GET['limit'])) { $limit = $_GET['limit']; } else { $limit = 10; } @endphp @endif @endpush