@extends('layout.master') @section('parentPageTitle', 'Notifications') @section('title', 'Notifications') @section('content')
@include('notifications.nav')
{!! Form::open(['route' => 'notifications.store', 'enctype' => 'multipart/form-data']) !!}
@include('notifications.fields')
{!! Form::close() !!}
@stop