@extends('layouts.admin') @section('title', 'Plugins') @push('vendor-styles') @endpush @push('page-styles') @endpush @section('body')

Coupons


@if(!empty($coupon_data)) @foreach ($coupon_data as $coupon)
{{ isset($coupon->name) ? $coupon->name : '' }}

@if ($coupun_type == 'flat') $ @endif() {{ $coupon->discount . ' ' . $coupun_type . ' ' . 'off' . ' ' . 'on' . ' ' . $service }}

{{ 'validate till' . ' ' . $coupon->valid_till }}

{{ isset($coupon->description) ? $coupon->description : '' }}

@endforeach @endif()
@endsection @push('vendor-scripts') @endpush @push('page-scripts') @endpush