@extends('layouts.backend') @section('title') View User @endsection @section('content')
Email: {{ $user->email }}
Phone: @if ($user->phone) {{ $user->phone }} @else N/A @endif