@extends('backend.layouts.master') @section('title', 'Templates d\'e-mail') @section('content')
Templates d'e-mail

Liste des Templates

@foreach ($templates as $template) @endforeach
Nom Sujet Créé le Actions
{{ $template->name }} {{ $template->subject }} {{ $template->created_at->format('d/m/Y H:i') }}
@csrf @method('DELETE')
@endsection