@php $title = 'View Profile'; @endphp @extends('layouts.auth') @section('content')
Avata Image {{$user->name}} {{$user->email}}
{{-- --}}
@endsection