@extends('layouts.app') @section('title') Show User @endsection @section('content')
Show user
Name: {{ $user->name }}
Email: {{ $user->email }}
Username: {{ $user->username }}
@endsection