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

My Page

@foreach($pages as $page)
@csrf @if($page->littlelink_name != '')
@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'; ?>
{{ url('') }}/@
{{--
Name:
--}}
@endforeach
@if(env('ALLOW_USER_HTML') === true) @endif
@endsection