{!! Form::open(['route' => 'backend.notifications.add', 'files' => true, 'id' => 'notifications-form']) !!}
{!! Form::close() !!}
Add Notifications
@include('backend.notifications.base', ['edit' => false])