@can('view contact management')
@endcan
@can('view support')
@endcan
@if((unserialize($contract->quantity_roles)&&in_array(auth()->user()->getRoleNames()->first(),unserialize($contract->quantity_roles)))||(auth()->user()->hasRole('admin')))
@endif
@can('view ohda')
@endcan
@endsection