Thanks but why not ?
How to make my website multilanguage in laravel?
Where is user has been using for vpn?
yeah

this is the blade.. where the input field to search is,..

this is the blade.. where the input field to search is,..
can someone help me please

value=”{{ lang_trans(‘txt_duration_of_stay’) }}” id=”tstay”></span>
<span value=”{{ lang_trans(‘txt_base_price’) }}” id=”tprice”></span>
<span value=”{{ lang_trans(‘txt_total_amount’) }}” id=”amount”></span>
</div>
</div>
</div>
</div>
</div>
<div></div>
<script src=”jquery-3.6.0.min.js”>
// globalVar.cartList = {!! json_encode($cart_list) !!};
// globalVar.gstPercent = {{ $settings[‘gst’] }};
// globalVar.cgstPercent = {{ $settings[‘cgst’] }};
$(document).ready(function() {
$(‘#butsave’).on(‘click’, function() {
alert(‘hi’);
var txt_sno = $(‘#sno’).val() = {{ lang_trans(‘txt_sno’) }};
var txt_room = $(‘#troom’).val() = {{ lang_trans(‘txt_room’) }};
var txt_duration_of_stay = $(‘#tstay’).val() = {{ lang_trans(‘txt_duration_of_stay’) }};
var txt_base_price = $(‘#tprice’).val() = {{ lang_trans(‘txt_base_price’) }};
var txt_total_amount = $(‘#amount’).val() = {{ lang_trans(‘txt_total_amount’) }};
alert(txt_total_amount);
// $.ajax({
// url: “{{ route(‘bookkk’) }}”,
// type: “post”,
// data: {
// _token: $(“#csrf”).val(),
// txt_sno: txt_sno,
// txt_room: txt_room,
// txt_duration_of_stay: txt_duration_of_stay,
// txt_base_price: txt_base_price,
// txt_total_amount: txt_total_amount
// },
// cache: false,
// success: function(dataResult) {
// console.log(dataResult);
// // var dataResult = JSON.parse(dataResult);
// // if(dataResult.statusCode==200){
// // window.location = “/userData”;
// // }
// // else if(dataResult.statusCode==201){
// // alert(“Error occured !”);
// // }
// }
// });
}
});
});
</script>
@endsection
no ajax header

can someone help me
with what?



Kindly Advise on this error.
i am try to upload an image and trying to resize the image.unable to resolve this error.
$fileExtension = strtolower($request->file(‘attribute_image’)->getClientOriginalExtension());
$file_name = sha1(uniqid().$excel_file_name.uniqid()).’.’.$fileExtension;
$request->file(‘attribute_image’)->move($this->attribute_category_base_img_path, $file_name);
$resized_image = Image::make(public_path(‘/uploads/categories/’ . $fileExtension))->fit(400,400)->save();


do not use nested form,,
for delete I suggest you to use ajax

do not use nested form,,
for delete I suggest you to use ajax
Thanks but why not ?

Hi
How to make my website multilanguage in laravel?
Need best way😍
you can use localstorage and json for that

you can use localstorage and json for that
using local storage i find it stupid , correct me if i’m wrong

using local storage i find it stupid , correct me if i’m wrong
first, save language files as json format and you can use/set state value to confirm which language does customer select.

using local storage i find it stupid , correct me if i’m wrong
Where is user has been using for vpn?