@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
{{ trans('work_schedule.author') }} {{ $model->user_id }}
{{ trans('work_schedule.created_at') }} {{ $model->created_at }}
{{ trans('work_schedule.updated_at') }} {{ $model->updated_at }}
{{ trans('work_schedule.editor') }} {{ $model->updated_by }}
@endsection @section('script-footer') {{-- --}} @if (session('changePasswordAlert')) @endif @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @endsection