@extends('layouts.app') @section('title', '車種区分新規登録') @section('content')

新規登録

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@endsection