@extends('layouts.backend.app')
@section('title', 'Email Template')
@push('css')
@endpush
@section('content')
Id |
Name |
Subject |
Action |
@foreach ($templates as $key => $template)
{{ $key + 1 }} |
{{ $template->name }} |
{{ $template->subject }} |
|
@endforeach
@endsection
@push('js')
@endpush