@extends('layouts.master') @section('content')
Invoice Preference

Invoice Preference Add Invoice Preference

{{--

--}} {{--
--}}
@foreach ($invoice as $key => $discount) @endforeach
S.No Product Category Name Product Category(Urdu) Status Created By Created Action
{{ $key + 1 }} {{ $discount->products_category_name }} {{ $discount->products_category_name_urdu }} {{ $discount->products_category_status }} {{ $discount->name }} 01-01-1970 @can('Notifications Management edit') Edit @endcan @can('Notifications Management delete') Remove @endcan
S.No Product Category Name Product Category(Urdu) Status Created By Created Action
{{--
--}} @endsection @push('scripts') {{-- --}} @endpush