@extends('layouts.sidebar') @section('content') My Page @foreach($pages as $page) @csrf @if($page->littlelink_name != '') Logo@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'; ?> Page URL {{ url('') }}/@ Display name {{-- Name: --}} Page Description {{ $page->littlelink_description ?? '' }} @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 '/>';} ?>Enable @endif @endforeach Submit @if(env('ALLOW_USER_HTML') === true) @endif @endsection
You are a verified user. This setting allows you to hide your checkmark on your page.