@extends('frontend.layouts.app') @section('title') Achievements @endsection @push('style') @endpush @section('content') @include('frontend.layouts.include.breadcrumb', [ 'items' => [['name' => 'Achievements', 'url' => null]], ])
{{ Str::limit(strip_tags($achievement->description), 120, '...') }}