@extends('themes.default1.admin.layout.admin') @section('Settings') active @stop @section('settings-bar') active @stop @section('notification') class="active" @stop @section('HeadInclude') @stop @section('PageHeader')

{!! Lang::get('lang.settings') !!}

@stop @section('breadcrumbs') @stop @section('content')

{{Lang::get('lang.notification_settings')}}

@if(Session::has('success'))
{!!Session::get('success')!!}
@endif @if(Session::has('fails'))
{!! Lang::get('lang.alert') !!} !
  • {!!Session::get('fails')!!}
  • @endif
    {!! Form::label('del_noti', Lang::get('lang.delete_noti')) !!}

    {!! Form::label('del_noti', Lang::get('lang.noti_msg1')) !!} *
    {!! Lang::get('lang.noti_msg2') !!}
    @stop