@extends('layouts.app') @section('title', 'Staff Management') @push('styles') @endpush @section('content')
@include('admin.staff.component.filter_1')
# Image Name Username Email Phone Designation Status Created At Actions
@include('admin.staff.component.filter') @endsection @push('scripts') @endpush