@extends('layouts.admin') @section('title', $user->name) @section('header', $user->name) @section('content')
{{ $user->email }}