@extends('layouts.app') @section('title', 'Staff Details') @section('content') {{-- Table of specific staff details --}}
| Name | {{$staff->staff_name}} |
|---|---|
| Position | {{$staff->staff_position}} |
| Salary | {{$staff->staff_salary}} |
| Contact | {{$staff->staff_contact}} |