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

Emails

@include('includes.errors') @include('includes.success')
{{ Form::select('email-from', $FromEmails, '', array("class"=>"form-control select2","id"=>"email-from")) }}
CC BCC

@stop