@section('page-title') {{ __('API Keys') }} @endsection @section('breadcrumbs')
{{ $item->id }}
{{ $item->api_key }}
{{ $item->description != '' ? $item->description : '-' }}
{{ $item->ip_address != '' ? $item->ip_address : '-' }}
{{ __('No products found') }}