1
0
forked from poc/pds

Added quality data sap of filament page

This commit is contained in:
dhanabalan
2025-07-10 16:39:05 +05:30
parent 2d2f0d3662
commit fcb6a945ff

View File

@@ -0,0 +1,21 @@
<x-filament-panels::page>
{{ $this->form }}
<style>
.align-to-input {
align-self: center;
margin-top: 8mm; /* or 0.3rem */
}
</style>
<!-- Label for Quality Data Table -->
{{-- <div class="mb-4">
<h2 class="text-xl font-semibold text-gray-800">Quality Data Table</h2>
</div> --}}
<div class="bg-white shadow rounded-xl p-4 mt-6">
<livewire:sap-data />
</div>
</x-filament-panels::page>