@extends('layouts.app') @section('content')

Email Templates

@forelse($templates as $i => $tpl) @empty @endforelse
SN# Name Title Created At Actions
{{ $i+1 }} {{ $tpl->name }} {{ $tpl->subject }} {{ $tpl->created_at->format('d M Y h:i A') }}
No templates found.
{{ $templates->links() }}
@push('scripts') @endpush @endsection