<x-filament-panels::page>
<x-filament::section>
<x-slot name="heading">
Classified Details
</x-slot>
{{-- Content --}}
<div>
<h2>{{ $record->make }}</h2>
<p>{{ $record->model }}</p>
<p>{{ $record->fuel_type }}</p>
<!-- Access other properties as needed -->
</div>
</x-filament::section>
</x-filament-panels::page>
<x-filament-panels::page>
<x-filament::section>
<x-slot name="heading">
Classified Details
</x-slot>
{{-- Content --}}
<div>
<h2>{{ $record->make }}</h2>
<p>{{ $record->model }}</p>
<p>{{ $record->fuel_type }}</p>
<!-- Access other properties as needed -->
</div>
</x-filament::section>
</x-filament-panels::page>