@extends('layouts.sidebar') @section('content')

My Profile

@foreach($pages as $page)
@csrf @if($page->littlelink_name != '')
@endif
You do not have a Page URL'; ?>
{{ url('') }}/@
@
{{--
Name:
--}}
@if(auth()->user()->role == 'admin' || auth()->user()->role == 'vip')
Show checkmark

You are a verified user. This setting allows you to hide your checkmark on your page.

id, 'checkmark') == true){echo 'checked';} ?> />
@endif @endforeach
Show share button

This setting allows you to hide the share button on your page.

id, 'disable-sharebtn') != "true"){echo 'checked';} ?> />
@if(env('ALLOW_USER_HTML') === true) @endif
@endsection