@extends('backend.layouts.app') @section('content') @php $tomorrow = Carbon::parse($current_date)->copy()->addDay()->format('Y-m-d'); @endphp

工程詳細

工程表を印刷する

@foreach (range(8, 23) as $item) @endforeach @foreach (range(0, 7) as $item) @endforeach @foreach (range(8, 23) as $item) @endforeach @foreach (range(0, 7) as $item) @endforeach
{{ $params->kind == 1 ? (isset($params->work_category->name) ? $params->work_category->UJName() : '') : $params->content }}
$params->id, 'current_date'=>(Carbon::parse($current_date)->copy()->subDay())->format('Y-m-d')]) }}">前日 {{ sprintf('%2d', Carbon::parse($current_date)->format('m')) }}月{{ sprintf('%2d', Carbon::parse($current_date)->format('d')) }}日({{ config('const.jp_week.'.Carbon::parse($current_date)->dayOfWeek) }}) $params->id, 'current_date'=>(Carbon::parse($current_date)->copy()->addDay())->format('Y-m-d')]) }}">翌日
主作業 担当 開始予定日時 終了予定日時 工数(数量) 実際工数{{ sprintf('%02d',$item ) }}:00{{ sprintf('%02d',$item ) }}:00
{{ is_object($params->working_process) ? $params->working_process->getMainWork() : '' }}{{-- isset($params->work_kind->name) ? $params->work_kind->name : '' --}} {{ isset($params->charger->name_kanji) ? $params->charger->name_kanji : '' }} {{ empty($params->scheduled_start_date) ? '' : Carbon::parse($params->scheduled_start_date)->format("m/d H:i") }} {{ empty($params->scheduled_end_date) ? '' : Carbon::parse($params->scheduled_end_date)->format("m/d H:i") }} {{ $params->quantity }} {{ $params->getRealTime() }}
@endsection