@if(in_array("ShippingCreate",$Leads))
@endif
@if(session()->has('message'))
@endif
@if(session()->has('error'))
@endif
{{ trans('labels.Successlabel') }}
{{ session()->get('message') }}{{ trans('labels.WarningLabel') }}
{{ session()->get('error') }}
@if(in_array("View",$Leads ))
@else
#{{ trans('ID') }} | {{ trans('Customer Name') }} | {{ trans('Telephone') }} | {{ trans('Product') }} | {{ trans('Quantity') }} | {{ trans('Status') }} | {{ trans('Assigned to') }} | {{ trans('Tracking Number') }} | {{ trans('Created Date') }} | @if(in_array("Edit",$Leads ) || in_array("Delete",$Leads )){{ trans('Action') }} | @endif
---|
Please contact with SuperAdmin
@endif