Select Email Template To Use
@foreach($emailTemplates as $template)
template_id == $template->id)
style="background-color: #4db"
@endif
>
@endforeach
template_id == $template->id)
checked
@endif
value="{{ $template->id }}"
id="template-{{ $template->id }}"
class="md-check">
{{ ucwords($template->template_name) }}
{{ ucfirst($template->description) }}