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

Contact

お問い合わせ
お名前 {{ $errors->first('last_name') }} {{ $errors->first('first_name') }}
お名前(フリガナ) {{ $errors->first('last_name_kana') }} {{ $errors->first('first_name_kana') }}
会社名
郵便番号 {{ $errors->first('post') }}
ご住所1
(都道府県 市区町村名)
{{ $errors->first('pref') }} {{ $errors->first('address01') }}
ご住所2
(番地・マンション名)
{{ $errors->first('address02') }}
電話番号 {{ $errors->first('tel') }}
FAX番号
Emailアドレス {{ $errors->first('email') }}
Emailアドレス(確認用) {{ $errors->first('email_confirmation') }}
お問い合わせ内容 {{ $errors->first('message') }}
@csrf
@endsection