@extends('dashboard.layouts.master') @section('title', __('backend.emailtemplate')) @section('content') @if(\Helper::canAccessModule('email_template'))

{{ __('backend.emailtemplate') }}

{{ __('backend.dashboard') }}/ {{ __('backend.generalSiteSettings') }} / {{ __('backend.emailtemplate') }}
{{Form::open(['route'=>'userlistUpdateAll','method'=>'post','id'=>'updateAll'])}}
id {{ __('backend.topicName') }} {{ __('backend.subject') }} {{ __('backend.options') }}
{{Form::close()}}
@endsection @else @endif @push("after-scripts") @endpush