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

Purchase Gift Voucher

@if($giftVouchers->pricing_type == 'customer')
Enter custom amount
{{-- Redeemable on all services at {{$businessProfile->name}} --}} {{$giftVouchers->custom_price_description}}
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
@endif
{{-- --}}
{{--
--}}
{{-- --}}

Purchase complete

{{--

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