@extends('layouts.scaffold') @section('title') Create Batch Email|Golars Networks @stop @section('main')

Create Batchemail

{{ Form::open(array('route' => 'batchemails.store','id' => 'mailCreate')) }} {{ Form::close() }}
@if ($errors->any()) @endif @if ($scripts='js/batchemail/batchemail.js') @endif @stop