diff --git a/resources/views/admin/advs/adv-form.blade.php b/resources/views/admin/advs/adv-form.blade.php index 2a6455b7..b4e84472 100644 --- a/resources/views/admin/advs/adv-form.blade.php +++ b/resources/views/admin/advs/adv-form.blade.php @@ -105,7 +105,7 @@ class="form-control @error('status') is-invalid @enderror"> {{-- WIP for lang change def tab--}} getLocale() != 'fa') def-tab="1" xshow="date" @else xshow="pdate" @endif @if(isset($item)) :xvalue="{{strtotime($item->expire)}}" @endif > diff --git a/resources/views/admin/customers/customer-form.blade.php b/resources/views/admin/customers/customer-form.blade.php index 7d4fe594..fcdee2a3 100644 --- a/resources/views/admin/customers/customer-form.blade.php +++ b/resources/views/admin/customers/customer-form.blade.php @@ -104,7 +104,7 @@ getLocale() != 'fa') def-tab="1" xshow="date" @else xshow="pdate" @endif @if(isset($item)) :xvalue="{{strtotime($item->dob)}}" @endif :timepicker="false" > diff --git a/resources/views/admin/discounts/discount-form.blade.php b/resources/views/admin/discounts/discount-form.blade.php index 5961bccc..802c0a32 100644 --- a/resources/views/admin/discounts/discount-form.blade.php +++ b/resources/views/admin/discounts/discount-form.blade.php @@ -44,7 +44,7 @@ getLocale() != 'fa') def-tab="1" xshow="datetime" @else xshow="pdatetime" @endif @if(isset($item)) :xvalue="{{strtotime($item->expire)}}" @endif :timepicker="true" > diff --git a/resources/views/segments/customer/AvisaCustomer/AvisaCustomer.blade.php b/resources/views/segments/customer/AvisaCustomer/AvisaCustomer.blade.php index a7baa6f9..05b79c2e 100644 --- a/resources/views/segments/customer/AvisaCustomer/AvisaCustomer.blade.php +++ b/resources/views/segments/customer/AvisaCustomer/AvisaCustomer.blade.php @@ -287,7 +287,8 @@ class="form-control @error('email') is-invalid @enderror" getLocale() != 'fa') def-tab="1" xshow="date" @else xshow="pdate" @endif :xvalue="{{strtotime(auth('customer')->user()->dob)}}" :timepicker="false" >