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