@extends('front.practitioner.import.template.import') @section('content')

Purchase Gift Voucher

@if($giftVouchers->pricing_type == 'customer')
Enter custom amount
{{-- Redeemable on all services at {{$businessProfile->name}}--}} {{$giftVouchers->custom_price_description}}
Buy
{{--
Buy
--}}
@elseif($giftVouchers->pricing_type == 'fixed') @foreach($priceArray as $val)
${{$val['price']}} Voucher
{{$val['description']}} {{-- Redeemable on all services at {{$businessProfile->name}} --}}
Buy
@endforeach @else @foreach($priceArray as $val)
${{$val['price']}} Voucher
{{$val['description']}} {{-- Redeemable on all services at {{$businessProfile->name}} --}}
Buy
@endforeach
Enter custom amount
{{$giftVouchers->custom_price_description}} {{-- Redeemable on all services at {{$businessProfile->name}} --}}
Buy
{{--
Buy
--}}
@endif
@if (!empty($giftVouchers->terms_and_condition_link))
@else terms and conditions @endif
@endif

Purchase complete

{{--

Thank you for your order! The voucher has been sent to [purchaser
email]. If it’s a gift for someone else, they will also receive the voucher.

--}}

Thank you for your order! The voucher has been sent to . If it’s a gift for someone else, they will also receive the voucher.

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