@extends('layouts.master') @section('title', 'Work Schedule') @section('content') @php $user = Auth::user(); @endphp

{{ trans('work_schedule.work_schedule') }}

{{-- @include('pages.work_schedule.search') --}} @include('pages.work_schedule.list')
@include('pages.work_schedule.add_modal') @endsection @section('script-footer') {{-- ajax x-csrf --}} @if (session('changePasswordAlert')) @endif @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @endsection