@extends('layouts.app') @section('content')
{{ _lang('View Staff') }}
profile_picture) : URL::asset('/images/avatar.png') }}">
{{ _lang('Name') }}{{ $user->name }}
{{ _lang('Email') }}{{ $user->email }}
{{ _lang('User Type') }}{{ $user->user_type }}
{{ _lang('Role') }}{{ $user->role->name }}
@endsection