pianello-api/resources/views/components/base/litepicker/index.blade.php
Ale Gallo 96c0bfb8ce Committing laravel (part 5)
committing blade templating files and components that might come in handy
2023-11-10 16:41:20 +01:00

16 lines
424 B
PHP

<x-base.form-input
type="text"
{{ $attributes->class(merge(['datepicker', $attributes->whereStartsWith('class')->first()]))->merge($attributes->whereDoesntStartWith('class')->getAttributes()) }}
/>
@once
@push('vendors')
@vite('resources/js/vendor/litepicker/index.js')
@endpush
@endonce
@once
@push('scripts')
@vite('resources/js/components/litepicker/index.js')
@endpush
@endonce