芝麻web文件管理V1.00
编辑当前文件:/home/shaabmuni/crm/resources/views/notifications-allOld.blade.php
@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
�
Alert!
{!! Lang::get('lang.view_all_notifications')!!}
@if(count($notifications123)) @foreach($notifications123 as $notification123) user_id)->first(); ?> @if($notification123->type == 'registration') @if($notification123->is_read == 1)
 
{!! $notification123->message !!}
{{ $notification123 -> created_at }}
@else
 
{!! $notification123->message !!}
{{ $notification123-> created_at }}
@endif @else @if($notification123->is_read == 1)
model_id)->first(); ?>
 
{!! $notification123->message !!} with id "{!!$ticket_number->ticket_number!!}"
{{ $notification123-> created_at }}
@else
model_id)->first(); ?>
 
{!! $notification123->message !!} with id "{!!$ticket_number->ticket_number!!}"
{{ $notification123-> created_at }}
@endif @endif @endforeach @else
{!! Lang::get('lang.no_notification_available') !!}
@endif {!!$notifications123->render()!!}
@stop