@extends('layouts/contentNavbarLayout') @section('title', 'Staff Profile') @section('content')

User Profile

Edit Profile
Personal Info
Name {{ $staff->full_name }}
Mobile {{ $staff->phone }}
Role @foreach ($staff->roles as $role) {{ $role->name }} @endforeach
{{--
Password last changed {{ $staff->password_last_changed_at->diffForHumans() }}
--}}
Account Settings
Email {{ $staff->email }}
Password
@endsection