@extends('adminlte::page') @section('title_postfix', ' - Newslatter') @section('content')

Kreiraj newslatter

{!! BootForm::vertical([ 'model' => null, 'store' => 'newslatter.send', 'autocomplete' => 'off' ]) !!}
{!! BootForm::text('subject', 'Predmet', null, array('placeholder' => 'Naziv')) !!} {!! BootForm::textarea('message', 'Poruka') !!}
{!! BootForm::submit( trans('common.submit'), array('class' => 'btn btn-primary')) !!}
{!! BootForm::close() !!}
@stop @section('js') @stop