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

My Page

@foreach($pages as $page)
@csrf @if($page->littlelink_name != '')
@if(file_exists(base_path("img/" . Auth::user()->id . ".png")))@endif
@endif
@if(file_exists(base_path("img/" . Auth::user()->id . ".png"))) id . ".png") }}" style="width: 75px; height: 75px; border-radius: 50%; object-fit: cover;"> @else @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>';}else{echo '/>';} ?>
@endif @endforeach
@if(env('ALLOW_USER_HTML') === true) @endif
@endsection