@extends('front.layouts.app') @push('user.css') @endpush @section('content') عروض السفر {{ __('messages.home') }} عروض السفر Rica @forelse($datas as $data) {{ $data->country->title }} {{ $data->name }} {{-- {{ Str::limit(strip_tags(html_entity_decode($data->description)), 100, ' ...') }} --}} {{ number_format((float) $data->discount, 2) }} ريال {{ number_format((float) $data->price, 2) }} ريال @empty @endforelse @endsection
{{ Str::limit(strip_tags(html_entity_decode($data->description)), 100, ' ...') }}