@extends('layouts.admin') @section('title','Profile') @section('content')

Profile

@if(!empty($user['image'])) user @else user @endif

{{Auth::user()->name.' '.Auth::user()->lastName}}

{{Auth::user()->role->name}}

More About {{Auth::user()->name}}

Name:

{{Auth::user()->name.' '.Auth::user()->lastName}}

Email:

{{Auth::user()->email}}

Phone:

{{Auth::user()->phoneNumber}}

@if(count($errors)>0) @foreach($errors->all() as $error) @endforeach @endif
@csrf
@csrf
@endsection