@extends('layouts.admin') @section('title', 'Edit User - ' . $user->name) @section('page_title', 'Edit User') @section('content')
#{{ $user->id }}
{{ $user->created_at->format('M d, Y') }}
{{ $user->updated_at->format('M d, Y H:i') }}
{{ $user->orders->count() }}