@extends('layouts.app') @section('content-header')
{{__('commons.sl')}} | {{__('commons.photo')}} | {{__('commons.name')}} | {{__('adminPrivilege.role')}} | {{__('adminPrivilege.email')}} | {{__('adminPrivilege.country')}} | {{__('adminPrivilege.phone')}} | {{__('commons.status')}} | {{__('commons.created_at')}} | {{__('commons.action')}} |
---|---|---|---|---|---|---|---|---|---|
|
{{ $user->name }} | {{ implode(', ', $user->roles()->pluck('name')->toArray()) }} | {{ $user->email }} | {{ optional($user->country)->country_name }} | {{ $user->phone }} | {{ $user->status }} | {{ $user->created_at }} |