{{ $post->content->title ?? translate('blog') }}
{{ $post->content->description ?? '' }}
{{ __('Daha Fazla') }}@extends(get_view('index')) @section('title') {{ __('Blog') }} - @endsection @section('header') @endsection @section('content') @include(get_view('components.pages.page-title'), ['title' => __('Blog')])
{{ $post->content->description ?? '' }}
{{ __('Daha Fazla') }}