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

Privacy Stetement Page Form

Edit Privacy Stetement Page Form

{{-- @dd($content) --}} @csrf
{{--
--}} {{--
{!! $errors->first('description', '

:message

') !!}
--}} {{--
--}}
@if(isset($content['pdf']) ?? $content['pdf'])

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

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