PHP Classes

File: resources/views/vendor/livewire-tables/bootstrap-4/includes/filter-type-date.blade.php

Recommend this page to a friend!
  Classes of Nyi Nyi Lwin   mtube   resources/views/vendor/livewire-tables/bootstrap-4/includes/filter-type-date.blade.php   Download  
File: resources/views/vendor/livewire-tables/bootstrap-4/includes/filter-type-date.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: mtube
Application to share videos between users
Author: By
Last change:
Date: 2 years ago
Size: 465 bytes
 

Contents

Class file image Download
<div class="mb-3 mb-md-0 input-group">
    <input
        wire:model="filters.{{ $key }}"
        wire:key="filter-{{ $key }}"
        id="filter-{{ $key }}"
        type="date"
        @if(isset($filter->options['min']) && strlen($filter->options['min'])) min="{{ $filter->options['min'] }}" @endif
        @if(isset($filter->options['max']) && strlen($filter->options['max'])) max="{{ $filter->options['max'] }}" @endif
        class="form-control"
    />
</div>