@extends('layouts.admin') @section('title', 'Edit Artikel') @section('content')

Edit Artikel

@csrf @method('PUT')
is_published ? 'checked' : '' }} class="w-5 h-5 text-[#76153C] rounded">
@endsection