this is my lang messages
'Next' => 'Keyingisi',
this is my code which is I used in blade.php , it is worked
{{__('main_trans.Next')}}
but I want to write this code inside js file like this
sNext: "<?php __('main_trans.Next') ?>",
But it is not working , can you give me advise.