@extends('themes.default1.agent.layout.agent') @section('Users') class="active" @stop @section('HeadInclude') @stop @section('user-bar') active @stop @section('user') class="active" @stop @section('PageHeader')

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

@stop @section('content') @if(Session::has('success'))
Alert! Success. {{Session::get('success')}}
@endif @if(Session::has('fails'))
Alert! Failed. {{Session::get('fails')}}
@endif

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

@stop