@extends('layouts.content') @section('body_content') List Approval Change Shift Applications Example dashboard overview and content summary List Approval Change Shift Applications Export: Export to Excel Filter Activity: Something @include('partials.alert') Approve Selected Reject Selected History Approval @include('change_shift_applications.modals.staff.reject_request_change_shift_application_modal') @include('change_shift_applications.modals.approve_change_shift_application_modal') @include('change_shift_applications.modals.select_approve_change_shift_application_modal') @include('change_shift_applications.modals.select_reject_request_change_shift_application_modal') @include('change_shift_applications.history.history_approval_change_shift_application_modal') @push('scripts') @endpush @endsection