@php $staff = checkStaff(); $partnerType=Auth::user()->affiliate->partner_type ?? ""; @endphp
@if (addon_is_activated('pos_system') && auth()->user()->can('pos_manager')) @endif
@if($partnerType == 'state_partner')
Your Territory
{{ @Auth::user()->affiliate->state }}
@elseif($partnerType == 'district_partner')
Your Territory
{{ @Auth::user()->affiliate->city }}
@else
Your Territory
{{ @Auth::user()->affiliate->pincode }}
@endif
{{-- language --}} @php if(Session::has('locale')){ $locale = Session::get('locale', Config::get('app.locale')); } else{ $locale = env('DEFAULT_LANGUAGE'); } @endphp