@extends('layouts.main') @section('content')
{{-- 通知メッセージ --}} @if (session()->has('errors'))
@endif
@endsection