@extends('admin.layout') @section('content')

{{ translate('User search report') }}

@if (Session::get('tenant_subscribtion_data')['reports']['belongs_to_subscribtion'] == true && (Session::get('tenant_subscribtion_data')['reports']['value'] == 'unlimt' || Session::get('tenant_subscribtion_data')['reports']['quantity'] >= 4))
@foreach ($searches as $key => $searche) @endforeach
# {{ translate('Search') }} {{ translate('Number searches') }}
{{ $key + 1 + ($searches->currentPage() - 1) * $searches->perPage() }} {{ $searche->query }} {{ $searche->count }}
{{ $searches->links() }}
@else

{{ translate('You need to upgrade to use this feature.') }}

{{ translate('Please Upgrade to use this feature.') }}


{{ translate('Upgrade now') }}
@endif
@endsection @section('script') @endsection