@extends('backEnd.master') @section('styles') @endsection @section('mainContent') {{$data->title}} From {{$data->user->getFullNameAttribute()}} {{ \Carbon\Carbon::parse($data->published_at)->toDayDateTimeString()}} @php echo $data->content; @endphp. @foreach($data->categories as $list) {{$list->name}} @endforeach {{__('blog.new_article')}} {{__('common.title')}} {{__('blog.post_tag')}} {{__('blog.short_description')}} {{__('blog.post_article')}} @endsection @push('scripts') @endpush
From {{$data->user->getFullNameAttribute()}} {{ \Carbon\Carbon::parse($data->published_at)->toDayDateTimeString()}}
@php echo $data->content; @endphp.