@extends('frontend.frontend-page-master') @section('site-title') {{get_static_option('gig_page_'.$user_select_lang_slug.'_name')}} @endsection @section('page-title') {{get_static_option('gig_page_'.$user_select_lang_slug.'_name')}} {{__('Order')}} @endsection @section('page-meta-data') @endsection @section('breadcrumb')
  • {{get_static_option('gig_page_'.$user_select_lang_slug.'_name')}}
  • {{get_static_option('gig_page_'.$user_select_lang_slug.'_name')}} {{__('Order')}}
  • @endsection @section('content')
    @if(!auth()->check()) @else @if($errors->any())
      @foreach($errors->all() as $error)
    • {{$error}}
    • @endforeach
    @endif
    @csrf
    {{__('only zip file is allowed, max: 250mb allowed')}}
    {!! render_payment_gateway_for_form() !!} @if(!empty(get_static_option('manual_payment_gateway')))
    {{__('Transaction ID')}}
    {!! get_manual_payment_description() !!}
    @endif
    @endif

    {{strtolower($plan_details['title'])}}

    {{amount_with_currency_symbol($plan_details['price'])}}

    {{$plan_details['description']}}

      @php $featuers = !empty($plan_details['features']) ? explode("\n",$plan_details['features']) : []; @endphp @foreach($featuers as $item)
    • {{$item}}
    • @endforeach
    {{$plan_details['delivery_time']}} {{__('Days Delivery')}} {{$plan_details['revisions']}} {{__('Time Revisions')}}
    @endsection @section('scripts') @endsection