@extends('layouts.content') @section('body_content') Change Shift Applications Example dasdhboard overview and content summary List Change Shift Application {{-- @if (auth()->user()->roles->accessLevel->name === 'HR-Legal-Staff' || auth()->user()->roles->accessLevel->name === 'HR-Manager') --}} Upload {{-- @endif --}} @include('partials.alert') @include('change_shift_applications.modals.add_new_change_shift_application_modal') @include('change_shift_applications.modals.cancel_change_shift_application_modal') @include('change_shift_applications.modals.import') @push('scripts') @endpush @endsection