@extends('admin.layout') @section('content')
Email Templates
@if (count($templates) == 0)

NO ORDER FOUND

@else
@foreach ($templates as $template) @endforeach
Email Type Email Subject Actions
@if ($template->email_type == 'package_order') Package Order (One Time) @else {{str_replace("_", " ", $template->email_type)}} @endif {{$template->email_subject}} Edit
@endif
@endsection