@extends('layouts.main') @section('customcss') @endsection @section('pagecontent')

@lang('sistema.email_template.email_template_title')

@if(count($broker_email_templates) < 1) @lang('sistema.email_template.generate_templates') @endif
@endsection @section('customjs') @if (session('msg')) @endif @endsection