@if ( str_contains(Request::path(), 'customers/') )
  • {{ __('applabels.Customers') }}
  • @if ( str_contains(Request::path(), 'customers/edit') ) {{ __('applabels.CustomersShippingAddress') }} @elseif ( str_contains(Request::path(), 'customers/shipping') ) {{ __('applabels.CustomersForm') }} @endif
  • @else
  • {{ __('applabels.All') }}
  • @endif