@extends('decorator.console') @section('page-title') {{ trans('workShift.detail.title') }} @stop @section('html-head') @stop @section('page-wrapper')

{{ trans('workShift.detail.heading') }}

{{ trans('workShift.detail.message') }}

@include('common.console.message')
{!! csrf_field() !!}
{{ $department->name }} {{ trans('workWeek.label.work_week') }}
@foreach($listOfWorkWeek as $key => $workWeek)
@endforeach
@stop