@extends('layouts.admin-apoteker') @section('title', '✏️ Edit Berita') @section('content')

✏️ Edit Berita

@csrf @method('PUT')
Slug digunakan untuk URL berita
is_pinned ? 'checked' : '' }} class="form-checkbox text-[color:var(--primary-color)]">

@if($news->image) Gambar @else

Tidak ada gambar

@endif
← Batal
{{-- Preview --}}

🔎 Preview Berita

{{ $news->title }}

{{ $news->publish_date->format('Y-m-d') }}

@if ($news->image) @else Belum ada gambar @endif
{!! $news->content !!}
@endsection @push('scripts') @endpush