@include('set_tenant_db')
@php $company = DB::table('g_locpar')->where('locn_cd', Auth::user()->proloc)->first(); @endphp @if($company && !empty($company->comp_logo)) @else @endif

{{ ($company && !empty($company->company)) ? $company->company : '' }}

Welcome, {{ explode(' ', Auth::user()->username)[0] }}

Leave Management