@extends('layouts.app') @section('title', 'Generate Jadwal Kerja') @section('content')
@csrf
@foreach($shifts as $shift) @endforeach
@foreach($kantor as $k) @endforeach @foreach($divisi as $d) @endforeach
(0 pegawai dipilih)
@foreach($pegawai as $p) @endforeach
@error('user_ids')

{{ $message }}

@enderror
Batal
@endsection @section('script') @endsection