@extends('../../master_layout/website_master') @section('title') {{env('APP_NAME')}} :: {{$profile->display_name}} {{$profile->city_name}}'s Profile @endsection @section('heading')
Back

{{$profile->display_name}} - {{$profile->country_name}}@if($profile->city_name !=''){{', '.$profile->city_name}} @endif

@php $breadcrumb = array( array('title'=>'My Profiles', 'url'=>route('profile')), array('title'=>$profile->display_name, 'url'=>route('profile.link',['slug'=>$profile->slug])), array('title'=> 'Upgrade', 'url'=>'', 'active'=>'1') ); @endphp @include('website_view.component.breadcrumb', compact("breadcrumb"))
@endsection @section('content')
@if (session('errors'))
@foreach($errors->all() as $message)
  • {{$message}}
  • @endforeach
    @endif @if (session('message'))
    @endif
    @csrf

    {{ucfirst(request()->segment('4'))}} profile Back to Selection


    @if(isset($plans->pricing) && !empty($plans->pricing)) @foreach($plans->pricing as $price) @if($upgrade_option == 1)
    @else
    {{$price->plan_days}} days for {{($profile->currency_symbol)?$profile->currency_symbol:''}} {{number_format($plan_price)}} (Not available)
    @endif @endforeach @endif

    Payment Methods


    @csrf

    Plan Price: 0 @if(isset($discount_price) && $discount_price > 0) Discount (Balance of previous plan*): {{$discount_price}} @endif Transaction Fee: 0.00


    Total: 0.00

    wallet_balance < $min_price) disabled @endif>
    @endsection @section('custom_js') @if(isset($payment_settings[config('global.payment.PayPal')]) && !empty($payment_settings[config('global.payment.PayPal')]))