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

{{ $achievement->title }}

{{ $achievement->created_at->format('d M, Y') }}
{!! $achievement->description !!}
@endsection @push('script') @endpush