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

Informasi Pengaturan Agreement

Nama
@error('name')
{{ $message }}
@enderror
Kategori
@error('category')
{{ $message }}
@enderror
 
@php use Illuminate\Support\Str; @endphp @foreach ($agreement->agreementItems as $item) @endforeach
Urutan Tipe Konten Wajib Aksi
{{ $item->sort_order }} {{ $item->type }}
{!! limitHtml($item->content, 200) !!}
@php $is_required = $item->is_required == 1 ? 'yes' : 'no'; @endphp @if ($item->is_required == 1)
@endif
@endsection @section('scripts') @endsection @push('styles') @endpush @push('script') @endpush