Initial commit for new repo
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 1m4s
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 1m4s
This commit is contained in:
38
resources/views/filament/pages/hourly-production.blade.php
Normal file
38
resources/views/filament/pages/hourly-production.blade.php
Normal file
@@ -0,0 +1,38 @@
|
||||
{{-- <x-filament-panels::page>
|
||||
<div class="space-y-4"> --}}
|
||||
{{-- Filters form --}}
|
||||
{{-- {{ $this->filtersForm($this->form) }} --}}
|
||||
|
||||
{{-- Chart widget --}}
|
||||
{{-- <x-filament-widgets::widgets :widgets="$this->getWidgets()" /> --}}
|
||||
|
||||
{{-- <div class="col-span-2"> --}}
|
||||
{{-- Stat widget Livewire --}}
|
||||
{{-- @livewire(\App\Filament\Widgets\ProductionQuantityStat::class)
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</x-filament-panels::page> --}}
|
||||
|
||||
<x-filament-panels::page>
|
||||
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-2 sm:gap-4 md:gap-4 p-2 md:p-4 items-start">
|
||||
{{-- Filters form --}}
|
||||
<div class="space-y-4 w-full max-w-full col-span-1">
|
||||
{{ $this->filtersForm($this->form) }}
|
||||
</div>
|
||||
|
||||
{{-- Stat widget --}}
|
||||
<div class="w-full max-w-full col-span-1 sm:col-span-1 lg:col-span-2">
|
||||
{{-- @livewire(\App\Filament\Widgets\ProductionQuantityStat::class) --}}
|
||||
@livewire(\App\Filament\Widgets\ItemOverview::class)
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</x-filament-panels::page>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user