@section('content')
{{--

Price

$

$

Review Score

Categories

Duration

--}}
@foreach ($ads as $ad)

{{$ad->name}}

{!! substr($ad->description, 0, 40) . "..." !!} {{-- {!! \Illuminate\Support\Str::limit($ad->description, $limit = 100, $end = '...') !!} --}} {{-- --}}
@endforeach {{--
{{ $ads->render("pagination::bootstrap-4") }}
--}}
@endsection