@extends('admin.layouts.resource-layout') @section('title')

Пользователи: просмотр {{ $user->id }}

@endsection @section('resource-content')
ID{{ $user->id }}
Имя{{ $user->name }}
Email{{ $user->email }}
Статус {{ $user->status_name }}
Роль {{ $user->role_name }}
Дата создания{{ $user->created_at->format('d.m.Y H:i:s') }}
Дата изменения{{ $user->updated_at->format('d.m.Y H:i:s') }}
@endsection