@extends('backend.layouts.app') @section('page-title', 'Add Notifications') @section('page-heading', 'Add Notifications') @section('content')
@include('backend.partials.messages')
{!! Form::open(['route' => 'backend.notifications.add', 'files' => true, 'id' => 'notifications-form']) !!}

Add Notifications

@include('backend.notifications.base', ['edit' => false])
{!! Form::close() !!}
@stop @section('scripts') {!! HTML::script('/back/js/as/app.js') !!} {!! HTML::script('/back/js/as/btn.js') !!} {!! HTML::script('/back/js/as/profile.js') !!} @stop