@extends('admin.includes.masterpage-admin') @section('content')

Staff Information

back
Staff ID# {{$staff->id}}
Staff Photo No Photo Found
Staff Name: {{$staff->name}}
Staff Role: {{ucfirst($staff->role)}}
Staff Email: {{$staff->email}}
Staff Phone: {{$staff->phone}}
Joined: {{$staff->created_at->diffForHumans()}}

@stop @section('footer') @stop