@extends('admin.layouts.master') @section('title') Create Content @endsection @section('content')
@if(Auth::user()->image == '') @else @endif
@if(!empty($user->getRoleNames())) @foreach($user->getRoleNames() as $v) @endforeach @endif

Personal Details

Phone {{$user->phone}}

Mail {{$user->email}}

About {{$user->about}}

Edit Profile

Please fill in the first name
Please fill in the email
@endsection