@extends('layouts.app', ['activePage' => 'listNotification', 'titlePage' => __('Notification List')]) @section('content')


{{ __('pages.notifications') }}

@if (count($errors) > 0) @if($errors->any()) @endif @endif @if (session('status')) @endif
@foreach ($listNotification as $key=>$user) @endforeach
{{ __('#') }} {{ __('pages.title') }} {{ __('pages.description') }} {{ __('pages.product') }} {{ __('pages.action') }}
{{ $key+1}} {{ $user->notification_title}} {{ $user->notification_descr}} {{ $user->product_name}} close edit
@endsection @push('js') @endpush