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

{{ translate('Reports') }}

@if (Session::get('tenant_subscribtion_data')['reports']['belongs_to_subscribtion'] == true && Session::get('tenant_controle_modules')['reports'] == 1)
@if (Session::get('tenant_subscribtion_data')['reports']['quantity'] >= 1 || Session::get('tenant_subscribtion_data')['reports']['value'] == 'unlimt') @endif @if (Session::get('tenant_subscribtion_data')['reports']['quantity'] >= 2 || Session::get('tenant_subscribtion_data')['reports']['value'] == 'unlimt') @endif @if (Session::get('tenant_subscribtion_data')['reports']['quantity'] >= 3 || Session::get('tenant_subscribtion_data')['reports']['value'] == 'unlimt') @endif @if (Session::get('tenant_subscribtion_data')['reports']['quantity'] >= 4 || Session::get('tenant_subscribtion_data')['reports']['value'] == 'unlimt') @endif @if (Session::get('tenant_subscribtion_data')['sellers']['belongs_to_subscribtion'] == true && Session::get('tenant_controle_modules')['sellers'] == 1) @endif @if (Session::get('tenant_subscribtion_data')['sellers']['belongs_to_subscribtion'] == true && Session::get('tenant_controle_modules')['sellers'] == 1) @endif
@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