@extends('layouts.frontend.app') @section('content')

تفاصيل الخبر

{{-- @foreach ($posts as $post) --}} {{-- {{ dd($posts) }} --}}
{{ $post->name }}
{!! $post->description !!}
{{-- @endforeach --}}
@endsection