@extends('layouts.app') @php $manageShiftPermission = user()->permission('manage_employee_shifts'); @endphp @section('content')
@lang('app.addNewShift') @lang('app.addNewShiftRotation') @lang('modules.attendance.automateShifts') @lang('modules.attendance.runRotation')
@include($view)
@endsection @push('scripts') @endpush