@section('title', '- Your notifications') @extends('layouts.user-profile') @section('breadcumb') @include('layouts.partials.breadcumb', ['page' => 'Notifications']) @endsection @section('section-body') @if (count($notifications) >= 1) @php($count = 1) @foreach ($notifications as $notification) @php($count++) @endforeach @else @endif
# @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')
@endsection @push('js') @endpush