@extends('web.layouts.app') @section('content')

{{ __('Our Success Stories') }}

{{ __('Discover inspiring narratives of triumph, growth, and achievement through our curated collection of success stories. Each story is a testament to dedication and hard work.') }}

@forelse ($allSuccesses as $success)
image
{{ \Carbon\Carbon::parse($success->published_at)->format('d M') }}
@empty
{{ __('No success stories found...') }}
@endforelse
@endsection