@extends('front.practitioner.import.template.import') @section('content')
Course settings
{{--
Preview
--}}
Settings
@csrf
Display courses on booking link?
is_display_booking_link) && $courseSettings->is_display_booking_link == 'on') checked @endif>
Yes
is_display_booking_link) && $courseSettings->is_display_booking_link == 'off') checked @endif>
No
Label for booking link {{--
--}}
Online voucher purchase will automatically be added on your existing booking link. You can also share the voucher link or add it to your website for direct purchases.
{{--
{{ $CoursesData->terms_and_condition_link ?? "" }}
--}}
Course general description
This description appears on your course landing page to introduce your offerings.
{{ $courseSettings->course_general_description ?? "" }}
Course listing link {{--
Online voucher purchase will automatically be added on your existing booking link. You can also share the voucher link or add it to your website for direct purchases.
--}}
{{ $courseSettings->purchase_link ?? "" }}
Open
@endsection @section('import-scripts')
@endsection