@php use Illuminate\Support\Str; if (app()->getLocale() == null) { Session::put('locale', $business_card_details->card_lang); app()->setLocale(Session::get('locale')); } @endphp
{{-- Custom JS --}} @section('custom-js') @endsection