@lang('site.Request ID') : {{ $req->id }}
{{ \Carbon\Carbon::createFromDate($req->updated_at)->translatedFormat('M d') }}@if(app()->getLocale() == 'ar') {{ $req->locations[0]->city->city_name_ar }} @else {{ $req->locations[0]->city->city_name_en }} @endif
@lang('site.Area')
{{ $req->demandPropertyTypes->first()->surface_area_from ?? $req->demandPropertyTypes->first()->size_from ?? $req->demandPropertyTypes->first()->plot_area_from ?? $req->demandPropertyTypes->first()->farm_area_from }} - {{ $req->demandPropertyTypes->first()->surface_area_to ?? $req->demandPropertyTypes->first()->size_to ?? $req->demandPropertyTypes->first()->plot_area_to ?? $req->demandPropertyTypes->first()->farm_area_to }} @lang('site.SqFt')
@lang('site.Property_Type')
{{ $req->property_types->first()->label }}
@lang('site.Property_For')
{{ $req->property_for }}
@lang('site.Floor_No_to')
{{ $req->demandPropertyTypes->first()->floor_no_to }}
@lang('site.client_budget')
{{ __('site.newrequest_desc') }}
'], ["\n", "\n", "\n", "\n", ""], $rawText ); // إزالة التاجز + فك الـ entities $cleanText = html_entity_decode(strip_tags($normalized)); // إزالة المسافات الزايدة + ترتيب السطور $cleanText = preg_replace("/\n+/", "\n", $cleanText); // limit 200 حرف $text = \Illuminate\Support\Str::limit($cleanText, 250, '...'); @endphp {!! nl2br(e($text)) !!}