@extends('shaun_core::admin.layouts.master') @section('content')
{{__('Mail Templates')}}

{{__('Various notification emails are sent to your members as they interact with the community.')}}

search
@foreach ($templates as $template) @endforeach
{{__('Templates')}} {{__('Action')}}
{{__($template->getKeyNameTranslate())}} {{__('Edit')}}
@stop @push('scripts-body') @endpush