@section('title', '- Your notifications') @extends('layouts.user-profile') @section('breadcumb') @include('layouts.partials.breadcumb', ['page' => 'Notifications']) @endsection @section('section-body')
# | @lang('ebit.notifications_unread') | |
---|---|---|
{{ $count }} |
{{ $notification->data->title }}
{{ $notification->data->message }} @if (!empty($notification->data->url_type)) see details. @endif |
{{ $notification->time_humans }} |
@lang('ebit.no_notifications') |