@extends('layouts.app') @section('page-title', __('Notification Settings')) @section('page-heading', __('Notification Settings')) @section('breadcrumbs') @stop @section('content') @include('partials.messages')
@lang('Email Notifications')
{!! Form::open(['route' => 'settings.notifications.update', 'id' => 'notification-settings-form']) !!}
@lang('Send an email to the Administrators when user signs up.')
{!! Form::close() !!}
@stop