@if(Session::has('success')) @elseif(Session::has('error'))

{{ __('誤差') }}:

{!! Session::get('error') !!}
@elseif(isset($errorMsg))

{{ __('誤差') }}:

{!! $errorMsg !!}
@endif
{{-- バリデーションエラー表示 --}} @if ($errors->any())
@endif
@error('pplace_id')
{{ $message }}
@enderror
{{-- ▼ 下部ボタン --}}
{{-- 登録ボタン --}} {{-- 削除ボタン(編集画面のみ表示) --}} @if(!empty($price_parkplaceid))
@csrf
@endif