{{Form::select('email_from',TicketGroups::GetGroupsFrom(),$from,array("class"=>"select22","style"=>"display:block;"))}}
{{Form::text('Email',$Account->BillingEmail,array("class"=>"form-control"))}}
{{Form::text('Subject',$Subject,array("class"=>" form-control"))}}
{{Form::textarea('Message',$Message,array("class"=>"form-control","id"=>"InvoiceMessage","rows"=>8 ))}}

View Estimate


Best Regards,

{{$CompanyName}}
{{Form::hidden('EstimateID',$Estimate->EstimateID)}}