@extends('front.layouts.app') @push('user.css') @endpush @section('content') المدونه الرئيسية المدونه المدونه {{ $blog->created_at->format('Y-m-d') }} admin {{ $blog->title }} {!! $blog->description !!} مقالات قد تهمك @foreach($blogs as $blog) first) style="padding: 10px;" @else style="margin-bottom: 20px; border-top: 1px solid #939191; padding: 10px;" @endif> {{ $blog->title }} {{ \Carbon\Carbon::parse($blog->created_at)->format('F j, Y') }} @endforeach @endsection @section('script') @stop
{!! $blog->description !!}