@extends('layouts.app') @section('title','Staff') @section('breadcrumb') @endsection @section('content')

Staff Management

@include('staff.list')
@include('staff.create')
@include('staff.salary')
@endsection @section('script') @endsection