@extends('frontend.frontend-page-master') @section('page-title') {{__('Order For')}} {{' : '.$order_details->title}} @endsection @section('content')

{{get_static_option('order_page_'.$user_select_lang_slug.'_form_title')}}

@if(!auth()->check()) @endif

{{$order_details->title}}

{{amount_with_currency_symbol($order_details->price)}}{{$order_details->type}}
    @php $features = explode("\n",$order_details->features); @endphp @foreach($features as $item)
  • {{$item}}
  • @endforeach
@if(!empty($order_details->url_status)) {{$order_details->btn_text}} @else {{$order_details->btn_text}} @endif
@endsection @section('scripts') @if(!empty(get_static_option('site_google_captcha_v3_site_key')) && !empty(get_static_option('site_google_captcha_status'))) @endif @endsection