@extends('admin.layouts.app') @section('title', isset($attribute->id) ? 'Edit Attribute' : 'Add Attributes') @section('section')

Guideline Page Form

{{-- @dd($page->slug) --}}

Edit Guideline Page Form

@csrf
@if(isset($content['pdf']) ?? $content['pdf'])

Current PDF: {{ $content['pdf'] }}

@endif @error('pdf') {{ $message }} @enderror
{{--
--}}
@endsection @section('script') @endsection