@extends('layout') @section('h4-page', __("create") . " " . __("cars")) @section('contents')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Back
@endsection @section('scripts') @endsection