@section('meta_tags') @endsection
{{-- Title and Small Image --}}
{{ $media->name }}

{{ $media->title }}

{{-- Description --}}

{!! $media->description !!}

{{-- Read More --}} @php $externalUrl = $media->url; if (!Str::startsWith($externalUrl, ['http://', 'https://'])) { $externalUrl = 'https://' . $externalUrl; } @endphp @if ($media->url) @endif