@extends('layouts.app') @section('title', 'Staff Details') @section('content') {{-- Table of specific staff details --}}

Staff Details:

Name {{$staff->staff_name}}
Position {{$staff->staff_position}}
Salary {{$staff->staff_salary}}
Contact {{$staff->staff_contact}}
@endsection