@extends('layouts.app') @section('template_title') {{ $user->name ?? "{{ __('Show') User" }} @endsection @section('content')
{{ __('Show') }} User
Name: {{ $user->name }}
Email: {{ $user->email }}
@endsection