@php $user = auth()->user(); $company = auth()->user()->company(); @endphp
@if ($user->hasRole('company')) @endif