@extends('backend.layouts.app') @section('content')

出張修理見積【確認】

修理日 {{ 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).'円' }}
@endsection