@extends('backend.layouts.app') @section('content') @if (isset($is_confirm) && $is_confirm)

出張修理見積【確認】

@if(isset($params->id) && $params->id) {{ Form::open(["route"=>"backend.moritis.out_repair.update", "id"=>"out_repair_submit", "method"=>"post"]) }} @else {{ Form::open(["route"=>"backend.moritis.out_repair.store", "id"=>"out_repair_submit", "method"=>"post"]) }} @endif @else

出張修理見積【閲覧】

@include('backend.layouts.flash-message') @endif
修理日 {{ Carbon::parse($params->repair_date)->format('Y.m.d') }}
修理時間目安 {{ $params->repaire_required_time }}時間
完了予定時間帯 {{ config('const.out_repair_time_zone.'.$params->time_zone) }}
出張距離数 {{ number_format($params->distance).'km' }}
修理内容 @php echo nl2br($params->repaire_content); @endphp
見積金額 {{ number_format($params->estimated_amount).'円' }}
@if (isset($is_confirm) && $is_confirm) @if(isset($params->id) && $params->id) @else @endif @else @endif
{{ Form::close() }} @endsection @section('page_css') @endsection @section('page_js') @endsection