@extends('layout.main') @section('content')

Emails

@include('includes.errors') @include('includes.success')

Close


{{ Form::select('email-from', $FromEmails, '', array("class"=>"form-control select2","id"=>"email-from")) }}
CC
{{Form::select('email_template',$emailTemplates,'',array("class"=>"select2 email_template","parent_box"=>"mail-compose"))}}
@if(Auth::check()) @else @endif

@stop