Order Management
{{ auth()->user()->hasRole('admin') ?
'This Order List is from the customer. Admin is able to manage the orders by updating the status (Completed or Canceled) and create the new orders.' :
'You create, edit, view and pay the orders on this page.'
}}
@if(auth()->user()->hasRole('admin'))