@extends('website.layout.app') @section('title', __('Badar Expo Solutions')) @section('content')
{{ $blog?->category?->name . ' Event' ?? '' }}

{{ $blog?->title }}

  • Date

    {{ $blog->created_at->format('d M Y') }}

  • @if ($blog?->category?->name)
  • Category

    {{ $blog?->category?->name }}

  • @endif

{!! ($blog?->description) !!}

{{--

Blog comments

Image_not_found

Brilliant production. Enjoyed this as it captured so many emotions and being Irish some bits resonated with Irish families, the craic, singing. Fantastic acting and so many surprises.

Helpful?

write a comment

--}}
{{--
--}}
@endsection