@extends('admin.layouts.master') @section('content')

Profile Layout

@if (auth()->user() && auth()->user()->profile == null) @else @endif

Name: {{ auth()->user()->name }}

Role: {{ old('role', auth()->user()->role) }}

Contact Details

{{ auth()->user()->email }}

{{ old('phone', auth()->user()->phone) }}

@endsection