@extends('layouts.master') @section('contain')

Discounts

{{--
Data table example
--}}
@php $num = 1; @endphp @foreach ($discountList as $discount) @endforeach
S.NO Name Description Value Operation Type Action
{{ $num++ }} {{ $discount->name??'' }} {{ $discount->description??'' }} {{ $discount->value??'' }} @if ( $discount->operation_type== 'percent')

{{ $discount->operation_type}}

@else

{{ $discount->operation_type}}

@endif
{{-- --}}
@csrf @method('DELETE')
@endsection