@if($gsetting->promo_enable == 1)
{{ $gsetting['promo_text'] }} x
@endif
@php $user = \Auth::user(); $gsetting = App\Setting::first(); @endphp
{{__('Follow us:-')}} @if($gsetting->facebook_url) @endif @if($gsetting->instagram_url) @endif @if($gsetting->twitter_url) @endif @if($gsetting->youtube_url) @endif
@guest
@php $item = session()->get('cart.add_to_cart'); if(isset($item) && count($item)>0){ echo count(array_unique($item)); } else{ echo "0"; } @endphp
@endguest @auth @endauth
@include('instructormodel')