@extends('layouts.app-admin') @section('content')
@csrf

Informasi Pengaturan Agreement

Nama
@error('name')
{{ $message }}
@enderror
Kategori
@error('category')
{{ $message }}
@enderror
 
@php use Illuminate\Support\Str; @endphp
Urutan Tipe Konten Wajib Aksi
@endsection @section('scripts') @endsection @push('styles') @endpush @push('script') @endpush