{{-- ===================================================== Etebarit - by Gisoo Web Solutions ------------------------------------------------------ Gisoo.net ------------------------------------------------------ Copyright (c) 2026 Gisoo Web Solutions ===================================================== This code is protected by copyright ===================================================== File: jalali-date.blade.php ------------------------------------------------------ Use: A Jalali (Shamsi) date field: a button that opens a real calendar modal. The visible value is in Persian digits; the submitted value is ASCII "YYYY/MM/DD", which the server reads with morilog/jalali. ===================================================== --}} @props([ 'name', 'value' => '', 'placeholder' => null, 'accent' => 'primary', ]) @php $placeholder ??= __('front.calendar.select'); // Only primary/secondary are supported; both sets of colour classes exist // elsewhere in the build, so Tailwind generates them. $accentClass = $accent === 'secondary' ? 'secondary-500' : 'primary-600'; @endphp
{{-- Trigger --}} {{-- Calendar modal --}}