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

{{ $title }}

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