@extends('layout.admin.list_master')
@section('content')
@section('titleBar')
Manage Email Templates
@endsection
# |
Action |
Type |
Subject |
Body |
@if(!empty($email_templates[0]))
@foreach ($email_templates as $key => $items)
{{$items->email_templates_id}} |
|
{{$items->type}} |
{{$items->subject}} |
{{$items->body}} |
@endforeach
@endif
@endsection
{{-- @php
$id = request()->route('id');
@endphp --}}
{{-- --}}