@if(\Gate::allows('customers-view')) {{ $customer->name }}
{{ $customer->company }}
@else
{{ $customer->name }}
{{ $customer->company }}
@endif