@extends('layouts.content') @section('body_content') Inactive Employee Inactive Employee @include('partials.alert') @include('employee.modals.delete_employee_modal') @include('employee.modals.activate_employee_modal') @push('scripts') @endpush @endsection