@extends('frontend::page') @section('content') @foreach ($languages as $language) @php $language_code[$language->id]=strtoupper($language->code); @endphp @endforeach
@if(count($errors) > 0) @endif @if(Session::has('success')) @else
@csrf
@if($package_query->visible_url=='1')
@endif @if($package_query->bypass_redirect=='1')

@endif @if($package_query->bypass_details=='1')

@endif
@if($package_query->phone_number=='1')
@endif @if($package_query->email=='1')
@endif @if($package_query->address=='1')
@endif @if($package_query->deep_links=='1')
@lang('general.deep_links')
@for ($i = 1; $i < $package_query->deep_links_count+1; $i++)
@endfor @endif @if($package_query->other_contacts=='1')
@lang('general.other_contacts')
@endif @if($package_query->reciprocal_link=='1')
@lang('general.reciprocal_link_notice')
@endif @if($package_query->price != '0.00')
@lang('general.payment_method')
@foreach($payment_methods as $payment) @if(($payment->subscription == '0' || $package_query->duration != '0') && ($payment->id != '3' || $package_query->price >= '0.5'))
id ? 'checked' : '' }}>
@endif @endforeach
@endif
@endif
@endsection