@extends('_layout.layout') @section('title') Create notifications group @endsection @section('header')

{{$company->name}} Create notifications group

@endsection @section('content') @include('_layout.partials.formerror')
Notifications group details
{!! Form::open(['route' => ['postCreateNewsletterGroup',$company->id],'class' => 'form-horizontal']) !!}
{!! Form::label('description', 'Name', ['class' => 'col-md-2 control-label']) !!}
{!! Form::text('description', null, ['class' => 'form-control','required' => 'required','placeholder' => 'input notification group name']) !!}
{!! Form::label('users', 'Customers', ['class' => 'col-md-2 control-label']) !!}
Cancel
{!! Form::close() !!}
@endsection @section('page-script') @endsection @section('page-css') @endsection