@extends('lyt.app') @section('title', $news->title) @section('meta') {{-- Open Graph (Facebook, LinkedIn, WhatsApp) --}} {{-- Twitter Card --}} {{-- varsa Twitter kullanıcı adı --}} {{-- Google için schema.org --}} @endsection @push('styles') @endpush @push('scripts') @endpush @section('content')
{{ $news->created_at->format('d F, Y') }}

{{ $news->title }}

By Admin - 0 Likes - 0 Comments

{!! $news->content !!}
@endsection