@extends('backend.handoff.layouts.app') @section('content')
{{ _lang('View User') }}
profile_picture) : '' }}">
{{ _lang('Name') }}{{ $user->name }}
{{ _lang('Email') }}{{ $user->email }}
{{ _lang('User Type') }}{{ $user->user_type }}
@endsection