@extends('layouts.user.frame') @section('title', 'お問い合わせ - ') @section('description', '清須市商工会が運営する求人検索メディア「KIYOSUのしごと」のお問い合わせページです。') @section('id', 'contact') @section('class', 'confirm') @section('hasShareButton', true) @section('content') @include('user.common.header')

Contact Us

お問い合わせ

@csrf
    • お名前
      {{ $name }}
    • 所属(会社・学校)
      {{ $company }}
    • メールアドレス
      {{ $email }}
    • お問い合わせ内容
      {!! nl2br(e($inquiry_items)) !!}
@endsection