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"))