@extends('layouts.guest-middle') @section('content')
{{ $landingPage->course_name }}
Duration: {{ $landingPage->duration }}
Course fee (LKR): {{ number_format($landingPage->fee, 2) }} {{ number_format($landingPage->regular_fee, 2) }}
Starting on: {{ $landingPage->starting_date_time }}
@if (!empty($landingPage->class_mode_id))
@if ($landingPage->class_mode_id == 1) @elseif($landingPage->class_mode_id == 2) @else @endif
@endif
Use below promo code to get the discount
Promo code: {{ $landingPage->promo_code }}
Fill the form to get your Discount and register fast!
@csrf

SUCCESSFUL STUDENT TESTIMONIALS

{{-- edge fade --}}
@if (!empty($landingPage->photo))
@endif
{{ $landingPage->details }}
@if (!empty($landingPage->video))
{!! $landingPage->video !!}
@endif @if (!empty($landingPage->description))
{!! $landingPage->description !!}
@endif
Register Now
@endsection