@extends('layouts.app')
@section('content')
@php
use Illuminate\Support\Str;
$shareUrl = url()->current();
$shareTitle = trim(trans_field($builder, 'titre') ?? $builder->titre_ar ?? 'Builder');
$firstTextContent = $builder->contenus->firstWhere('nature', 'texte');
$shareDescription = Str::limit(
trim(strip_tags(trans_field($firstTextContent, 'text') ?? $firstTextContent?->text_ar ?? '')),
160
);
$firstImageContent = $builder->contenus->firstWhere('nature', 'image');
$shareImage = asset('assets/img/logo/logo2.png');
if ($firstImageContent && !empty($firstImageContent->image)) {
$shareImage = asset('assets/img/logo/logo2.png');
}
$shareMessage = trim($shareTitle . ' — ' . $shareDescription);
@endphp
{{ $fileName }}
@if($sizeText) - {{ $sizeText }} @endif
ملف غير متاح للعرض.