← Retour aux templates
Modifier le template
ID :
{{ $template->id }}
Nom actuel :
{{ $template->name }}
@if ($errors->any())
@foreach ($errors->all() as $e)
{{ $e }}
@endforeach
@endif
@csrf @method('PUT')
Nom du template
HTML du template
{{ old('html', $template->html) }}
💾 Enregistrer
Annuler