{{-- Set User Login Token to use in the APIs --}} @if (Session::has('token')) @php $token = Session::get('token'); $app_url = Session::get('app_url'); $applocale = Str::lower(Session::get('applocale')); @endphp @endif