@extends('admin.layouts.dashboard') @section('title','Edit Halaman') @section('content')
@csrf @method('PUT')
@error('judul') {{ $message }} @enderror
@error('isi_halaman') {{ $message }} @enderror
@error('image') {{ $message }} @enderror
@endsection @section('js') @endsection