@extends('layouts.front_app') @section('content') Meet The Comics @if($profileImageUrl = $profile_img ? $profile_img->getUrl() : null) {{-- @foreach ($profile_img as $image)--}} {{-- @endforeach--}} @else No profile images found. @endif {{ $data->name ?? '' }} {!! $data->detail ?? '' !!} FOLLOW ME @if(!empty($data->facebook)) @endif @if(!empty($data->youtube)) @endif @if(!empty($data->tiktok)) @endif @if(!empty($data->instagram)) @endif @if(isset($shows_img) && $shows_img->isNotEmpty()) @foreach ($shows_img as $image) @endforeach @else No profile images found. @endif @endsection
No profile images found.
{!! $data->detail ?? '' !!}