@extends('backend.layouts.app') @section('content')
詳細 | 修理日 | 修理時間目安 | 完了予定時間帯 | 出張距離数 | 見積金額 |
---|---|---|---|---|---|
@if ($param->out_repair_status == config('const.out_repair_status_code.confirm'))
@else
{{ Form::open(["route"=>"backend.{$department}.out_repair.check", "method"=>"get", "id"=>"confirm_form_".$param->id, "style"=>"display:none"]) }}
{{ Form::close() }}
@endif
|
{{ !empty($param->repair_date) ? Carbon::parse($param->repair_date)->format('Y.m.d H:i') : '' }} | {{ $param->repaire_required_time }}時間 | {{ !empty($param->time_zone) ? config('const.out_repair_time_zone.'.$param->time_zone) : '' }} | {{ !empty($param->distance) ? number_format($param->distance).'km' : '' }} | {{ number_format($param->estimated_amount) }}円 |
データが存在しません。 |