@extends('layouts.app') @section('content') @include('partials.navbar')
{!! $gadget->short_description !!}
@if (optional($gadget->user)->avatar){!! $gadget->short_description !!}
{!! $gadget->full_description !!}
@if ($gadget->africa_description){{ $gadget->maker_bio ?? '' }}
@if (!empty($gadget->maker_website)) @php $host = parse_url($gadget->maker_website, PHP_URL_HOST); $host = preg_replace('/^www\./', '', $host); @endphp {{ $host }} @else @endif
{{ \Illuminate\Support\Str::limit($item->short_description, 240) }}
GADGET DETAILS →