@extends('layouts.admin')
@section('title', 'Plugins')
@push('vendor-styles')
@endpush
@push('page-styles')
@endpush
@section('body')
@if(!empty($coupon_data))
@foreach ($coupon_data as $coupon)
@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