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

{{__('messages.My Profile')}}

@if($errors->any()) @endif
@foreach($pages as $page)
@csrf @if($page->littlelink_name != '')
@endif
You do not have a Page URL'; ?>
{{str_replace(['http://', 'https://'], '', url(''))}}/@
@include('auth.url-validation')
{{--
{{__('messages.Name')}}
--}}
@if(auth()->user()->role == 'admin' || auth()->user()->role == 'vip')
{{__('messages.Show checkmark')}}

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

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

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

id, 'disable-sharebtn') != "true"){echo 'checked';} ?> />
{{__('messages.Open links in new tab')}}

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

id, 'links-new-tab') != false){echo 'checked';} ?> />
@if(env('ALLOW_USER_HTML') === true) @endif
@endsection