{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{$page_title}} @endsection {{-- Content --}} @section('content')
@if(isset($sms_module_enabled) && $sms_module_enabled) @endif {!!Helper::getListAddBtn(route("email_templates.create"),"Add Template")!!}
@include("backend.alerts") {!! $html->table() !!}
@if(isset($sms_module_enabled) && $sms_module_enabled) @endif @endsection {{-- Scripts Section --}} @section('scripts') {!! $html->scripts() !!} @endsection