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

Meet The Comics

@if($profileImageUrl = $profile_img ? $profile_img->getUrl() : null) {{-- @foreach ($profile_img as $image)--}} Profile Image {{-- @endforeach--}} @else

No profile images found.

@endif

{{ $data->name ?? '' }}

{!! $data->detail ?? '' !!}

FOLLOW ME
@if(isset($shows_img) && $shows_img->isNotEmpty()) @foreach ($shows_img as $image)
@endforeach @else

No profile images found.

@endif
@endsection