@php $current_lang = \App::getLocale(); @endphp
@if(isset($_GET['show_button']))
{{__('lang.'.$current_lang)}}
@foreach(['en','es'] as $lang) @php if($current_lang == $lang){ continue; } @endphp
{{__('lang.'.$lang)}}
@endforeach
@endif
@if(Session::has('user_login'))
{{ Session::get('user_name') }}
@else
{{ucfirst(__('Student Login'))}}
@endif {!! $header !!}
Phone/Text :1-855-822-2327
{{strtoupper(__('start course now for only'))}}
${{ number_format(\App\Courses::first()->temp_price,2)}}
{{--
Live Chat
{{ (Session::has('user_login')? 'Logout':'ENROLL NOW') }}
--}}
{{ucwords(__('live chat'))}}
{{ (Session::has('user_login')? ucwords(__('logout')):ucwords(__('start course now'))) }}
Toggle navigation
{!! $navigation !!}