@extends($activeTemplate.'layouts.frontend') @section('content')
blog-img
  • {{showDateTime($blog->created_at)}}

{{__($blog->data_values->title)}}

@php echo $blog->data_values->description; @endphp

@endsection @push('style') @endpush