@extends('layouts.layouts') @section('head') @endsection @section('konten')

Berita

Ubah Berita

@if ($errors->has('judul')) {{ $errors->first('judul') }} @endif
@if ($errors->has('sub_judul')) {{ $errors->first('sub_judul') }} @endif
Buka ChatGPT

**PENGGUNAAN CHAT GPT SECARA GRATIS DAPAT DILAKUKAN JIKA BROWSER GOOGLE CHROME ANDA SUDAH LOGIN KE EMAIL PENGGUNA

@if ($errors->has('konten')) {{ $errors->first('konten') }} @endif
@if ($errors->has('publish')) {{ $errors->first('publish') }} @endif
@if ($errors->has('kontent')) {{ $errors->first('kontent') }} @endif
@if ($errors->has('tanggal_rencana_terbit')) {{ $errors->first('tanggal_rencana_terbit') }} @endif
@if ($errors->has('file')) {{ $errors->first('file') }} @endif
Batal
@endsection @section('js') @endsection