@extends('front.tendra.user.master') @section('user_page')
{{ __('Notifications') }}
@foreach($notifications as $notification) @endforeach
- {{ __('Notification') }} -
{!! __($notification->text, ['product_name' => "{$notification->name}"]) !!}
{{ format_date($notification->updated_at, 'd M, Y - H:i') }}
@if($notifications->hasPages())
{{ $notifications->links('vendor.pagination.tailwind') }}
@endif
@endsection