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