@extends('admin.layouts.app')
@section('panel')
@if (gs('cron_error_message') != null)
{{ __(gs('cron_error_message')) }}
@endif
@lang('Deposit & Withdraw Report')
@lang('Transactions Report')
@lang('Login By Browser') (@lang('Last 30 days'))
@lang('Login By OS') (@lang('Last 30 days'))
@lang('Login By Country') (@lang('Last 30 days'))
@include('admin.partials.cron_modal')
@endsection
@push('breadcrumb-plugins')
@endpush
@push('script-lib')
@endpush
@push('style-lib')
@endpush
@push('script')
@endpush
@push('style')
@endpush