@extends('layouts.sidebar') @section('content') My Page @foreach($pages as $page) @csrf @if($page->littlelink_name != '') Logo @endif @if(file_exists(base_path("img/$page->littlelink_name" . ".png" ))) littlelink_name" . ".png") }}" style="width: 75px; height: 75px; border-radius: 50%; object-fit: cover;"> @else @if(!empty($page->image)) @else @endif @endif You do not have a Page URL'; ?> Page URL {{ url('') }}/@ Display name {{-- Name: --}} Page Description {{ $page->littlelink_description ?? '' }} @endforeach Submit @if(env('ALLOW_USER_HTML') === true) @endif @endsection