@extends($_layout.'master') {{-- @section('title', $account->formConfig->title) --}} @include($_lib.'register-meta') @section('content')
@csrf @if ($error = session('error'))
{{$error}}
@endif
@if ($error = $errors->first('contact'))
{{$error}}
@endif
@if ($error = $errors->first('order_code'))
{{$error}}
@endif
@endsection