@extends('layouts.base') {{-- @section('heading') {{ __('User Profile') }} @endsection --}} @section('info') {{ __('User Profile') }} @endsection @section('focus_action')
{{ $user->name }}
{{ $user->email }}