@extends('layouts.app') @section('content')

Notifications

Use this area to manage your company Notifications
@foreach($o_data['notifications'] as $notification)
image
Product Stock Alert {{ $notification->product_name ?? '--' }} {{ $notification->product_name ?? '--' }}
{{ $notification->current_stoke ?? '--' }}
{{ $notification->product_minimum_stock ?? '--' }}
@endforeach
{{ $o_data['notifications']->appends(request()->query())->links() }}



@endsection @section('admin_css') @stop