{{ auth()->user()->hasRole('admin') ?
'Product Management' :
'Product Page'
}}
{{ auth()->user()->hasRole('admin') ?
'This product list is created for sales. Admin can manage the products by updating the status.' :
'You can view the selling products list on this page.'
}}
@if(auth()->user()->hasRole('admin'))