@extends('layout.admin_app') @section('content') {{Form::open(['url'=>'/admin/notification/send'])}} Notifications Send Notification New Notification @include('admin.notification.notification_form') {{Form::close()}} @endsection @section('js_assets') @endsection