@extends('layouts.master') @section('title', config('carmodel.edit')) @section('content')
@method('PUT') @csrf
@foreach(config('translatable.locales') as $locale)
@error("$locale.title") {{ $message }} @enderror
@endforeach
@endsection