@extends('templates.dashboard') @section('isi')

{{ $title }}

@method('PUT') @csrf
@php $tipe = array( [ "tipe" => "Berita", ], [ "tipe" => "Informasi", ], ); @endphp @error('tipe')
{{ $message }}
@enderror
@error('judul')
{{ $message }}
@enderror
{!! old('isi', $berita->isi) !!}
@error('berita_file_path')
{{ $message }}
@enderror
@endsection