@include('dashboard.layouts.head')
@include('dashboard.layouts.header') @include('dashboard.layouts.modal-theme') @include('dashboard.layouts.nav')
{{--
--}}
@if (!empty($notificaciones)) @foreach ($notificaciones as $item) @endforeach @else @endif
Image Product Type Value Read Processed Actions
{{ $item['prd_name'] }} @if ($item['tipo_notificación'] == 1) Stock @elseif ($item['tipo_notificación'] == 2) Price @else General @endif @if ($item['tipo_notificación'] == 1) {{ $item['cantidad'] }} PCS @elseif($item['tipo_notificación'] == 2) ${{ $item['price'] }} @else -- @endif @if ($item['leido']) Yes @else No @endif @if ($item['procesado']) Yes @else No @endif
@if ($item['leido'] == false)
@csrf
@endif @if ($item['tipo_notificación'] == 3) @else @endif
@csrf
{{ $mensaje }}
@include('dashboard.layouts.footer')
@include('dashboard.layouts.scripts')