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