@extends('layouts.backend') @section('title') View User @endsection @section('content')

View User


Name: {{ $user->name }}

Email: {{ $user->email }}

Phone: @if ($user->phone) {{ $user->phone }} @else N/A @endif

@endsection