@extends('layouts.user.frame') @section('title', '求職者ログイン - ') @section('id', 'user') @section('class', 'login') @section('withoutFooter', true) @section('head') @endsection @section('content') @include('user.common.header')

求職者ログイン

@csrf
  • メールアドレス
  • パスワード
@endsection