@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'=>'', '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

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

    @if(isset($advertisers) && !empty($advertisers)) @endif Add Profile +
    1 The photos on the listing must be yours:
      @if(isset($images) && !empty($images)) @foreach($images as $image)
    • @endforeach @endif
    2 We must be able to match them with new photo you upload.
    3 Write {{$profile->image_verification_code}} on a piece of paper and take a new photo of yourself holding that piece of paper.
    4 Verification code must be hand written

    We do not accept passport or ID scans, photos with no face visible.
    Any attempt to use different person's photo

    The image you upload will never be published or shared.

    @csrf

    Allowed file types are JPEG, JPG.
    @endsection @section('custom_js') @endsection