@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