@extends('layouts.app') @section('content')
Emails
@isset ($error)
{{ $error }}
@else
@if ($templates) @foreach ($templates as $template) @endforeach @else @endif
Template Updated At
{{ $template->name }}
{{ $template->id }}
{{ $template->updated_at }}
No record
@endif
@endsection