@extends('layouts.partials.master') @section('title', 'Utilizador') @push('styles') @endpush @section('content') @include('layouts.components.section-title', ['title' => 'Utilizador']) {{-- filters --}}
| ID | Foto Perfil | Nome | Ações | ||||
|---|---|---|---|---|---|---|---|
| {{ $user->id }} | 
                                            @if ($user->photo_img)
                                                 | 
                                        {{ $user->email }} | {{ $user->name }} | ||||
| 
                                             {{ __('translations.no_results') }}  | 
                                    |||||||