{{ $post->title }}
{{ Str::limit($post->short_description, 150) }}
@extends('website.layouts.app') @section('description') @php $data = metaData('blog'); @endphp {{ $data->description }} @endsection @section('og:image') {{ asset($data->image) }} @endsection @section('title') {{ $data->title }} @endsection @section('main')