@extends('admin.layout.master') @section('content')

Product Discount Label

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg))

{{ Session::get('alert-' . $msg) }} ×

@endif @endforeach
@foreach ($product_discount_label as $u) @endforeach
No. Pricing Type Discount Label Action
{{ $loop->index+1}} {{ $u->PricingType }} {{ $u->Discount_label }}
@endsection