{{ isset($content->work->name) ? $content->work->name : '' }} |
{{ $content->work_kind == config('const.content_work_kind.main_work') ? (isset($content->sub_category->name) ? $content->sub_category->UJName() : '') : $content->work_sub_category }} |
{{ $content->unit }} |
@if (Auth::guard("admin")->user()->canShowReceptionPrice() || $params->canShowVehicleWork($department))
{{ number_format($content->unit_price) }}円 |
{{ $content->quantity }} |
{{ (in_array($content->work_kind, config('const.content_technical')) && is_numeric($content->sub_total)) ? number_format($content->sub_total).'円' : '' }} |
{{ (in_array($content->work_kind, config('const.content_parts')) && is_numeric($content->sub_total)) ? number_format($content->sub_total).'円' : '' }} |
@endif
@endforeach