@extends('layouts.content') @section('body_content') Employee Status List Employee Status Export: Export to Excel Filter Activity: Something @include('partials.alert') @include('employee_status.modals.add_new_employee_status') @include('employee_status.modals.delete_employee_status_modal') @include('employee_status.modals.edit_employee_status_modal') @endsection