@extends('frontend::layouts.guest') @section('title') {{ __('frontend.manage_profile') }} @endsection @section('content')

{{ __('messages.lbl_who_watching') }}

@foreach ($userProfile as $profile)
profile card Image
{{ $profile->name }}
@endforeach
@if (getCurrentProfileSession('is_child_profile') == 0) @endif
@endsection