@extends('layouts.admin.app') @section('title') User Profile @stop @section('main')
User profile picture

{{$user->first_name.' '.$user->last_name}}

{{$user->role->name}}

Edit Profile Go Back
@stop @section('footer') @stop