@extends('layouts.main') @section('title', 'Register for List General Notifications') @section('breadcrumb')

Register for Email List for General Notifications

@endsection @section('content')
{{ Form::model($form, ['method'=>'post']) }} {{ Form::token() }}
@if ($errors->has('newsletter')) {{ $errors->first('newsletter') }} @endif
@if ($errors->has('flash_advisories')) {{ $errors->first('flash_advisories') }} @endif
{{ Form::close() }}
@endsection