@extends('backend.layouts.app') @section('content')
受付日 | 受付時刻 | 受付担当 | 依頼者 | 依頼者連絡先 | ユーザー名 | ユーザー連絡先 | 車種 | 積荷 | 登録番号 | トラブル内容 | 停車場所 | 搬入先 | 使用車両 | 見積合計 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
編集 作業依頼書 @if (!is_object($param->report)) @else @endif | {{ Carbon::parse($param->reception_date)->format('Y.m.d') }} | {{ $param->reception_time }} | {{ is_object($param->reception_charger) ? $param->reception_charger->name_kanji : "" }} | {{ $param->requester }} | {{ $param->requested_address }} | {{ $param->client_name }} | {{ $param->client_address }} | {{ $param->vehicle_kind }} | {{ config('const.exist_freight.'.$param->exist_freight) }} | {{ $param->register_no }} | @php echo nl2br($param->trouble_content); @endphp | {{ $param->stop_location }} | {{ $param->back_dest }} | {{ isset($param->estimate->vehicle->vehicle_name) ? $param->estimate->vehicle->vehicle_name : "" }} | {{ isset($param->estimate->total_fee) ? $param->estimate->total_fee : "" }} |