@extends('partial.layout') @section('content')

{{ $new->title }}

@if($new->attachments->isNotEmpty()) @php $attachment = $new->attachments->first(); $sizes = json_decode($attachment->sizes); $largeImage = optional($sizes)->large ?? $attachment->path; @endphp
{{ $new->title }}
@endif
{!! $new->description !!}
@if($new->attachments->count() > 1) @endif @if($new->tags)

برچسب‌ها:

    @php $tags = json_decode($new->tags, true) ?? []; @endphp @foreach($tags as $tag)
  • {{ $tag }}
  • @endforeach
@endif

اشتراک‌گذاری:

@endsection @push('styles') @endpush @push('scripts') @endpush