@extends('front.practitioner.import.template.import') @section('content')
@include('front.inner-layout.sidebar')
{{-- @if(isset($couponsData) && $couponsData->count() > 0 ) --}}
{{-- @foreach($couponsData as $data) @if($data->discount_amount_type == '%') @else @endif @endforeach --}}
Coupon name Coupon code Start date End date Discount Service providers Location Total coupon Redeemed Status
{{ $data->coupon_name }} {{ $data->coupon_code }} {{isset($data->convertedStartDate)? $data->convertedStartDate: '' }} {{isset($data->convertedEndDate)? $data->convertedEndDate: '' }}{{ $data->coupon_discount }}%${{ $data->coupon_discount }} {{ $data->total_coupon ?? "No limit" }} {{ $data->total_redeem_coupon }} {{ ucfirst($data->status)}}
{{-- @else --}}

Attract and re-engage clients with special offers

Custom offers are an effective way to offer value to both new and existing clients. With our easy coupon feature, you can create tailored discounts that fit your business and client needs. Click "Create Coupon" to get started.

{{-- @endif --}}
@endsection @section('css') @endsection @section('css') @endsection @section('import-scripts') @endsection