@extends('adminlte::page') @section('title', '注文登録') @section('content_header')
@stop @section('content')
@if ($errors->has('message'))
{{ $errors->first('message') }}
@endif
@csrf

下記の内容をご確認の上、「注文する」ボタンより注文を確定してください。

注文情報


注文タイプ
@if ($order_data['order_type'] === 'REPAIR_REQUEST') 修理依頼 @endif
合計金額
¥{{ number_format($order_data['total_price']) }}
@stop @section('css') @stop