@extends('layouts.master') @section('content')
Notification Management

Notification Management @can('Notifications Management add') Add Notification Management @endcan

{{--

--}} {{--
--}}
{{--
--}}
@foreach ($notification as $key => $discount) {{-- --}} @endforeach
S.No Notification Management Name Product Category(Urdu) Status Created By Created Operations
{{ $key + 1 }}{{ $discount->discount_name }} {{ $discount->discount_type }}{{ $discount->discount_for }} {{ $discount->discount_price }} {{ $discount->discount_status }} {{ $discount->name }} 01-01-1970 @can('Notifications Management edit') Edit @endcan @can('Notifications Management delete') Delete @endcan
S.No Notification Management Name Product Category(Urdu) Status Created By Created Operations
{{--
--}}
{{--
--}} @endsection @push('scripts') @endpush