@extends('layouts.master') @section('title', 'Work Schedule') @section('content')

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

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

@method('PUT') @csrf
@foreach ($priority as $key => $item)
priority == $item->key3 ? 'checked' : '' }}>
@endforeach
@endsection @section('script-footer') {{-- --}} @if (session('changePasswordAlert')) @endif @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @endsection