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

注文登録が完了しました。

担当者からの連絡をお待ちください。

@stop @section('css') @stop