@if($type == 'date') {{$title ??'m-d-y'}} @endif @if($type == 'date' || $type == 'month') @include('svg-icons.calender-input') @endif @if($type == 'textarea') @else @error($name)
{{ $message }}
@enderror @endif
@if($type == 'date') @push('js') @endpush @endif