@extends('backend.layouts.grid') @section('section', admin_trans('Earnings')) @section('title', admin_trans('Earnings Reports')) @section('container', 'container-max-xxl') @section('content')
| {{ admin_trans('Country') }} | {{ admin_trans('Downloads') }} |
|---|---|
| {{ $tableCountryDownload->country }} | {{ $tableCountryDownload->downloads }} |
|
{{ admin_trans('No data found') }}
|
|
| {{ admin_trans('File name') }} | {{ admin_trans('Downloads') }} | {{ admin_trans('Earnings') }} |
|---|---|---|
| @if ($data->file_entry) {{ $data->file_entry->getFullName() }} @else {{ $data->file_entry_details->name }} @endif | {{ number_format($data->total_downloads) }} | {{ earnings($data->total_earnings) }} |
|
{{ admin_trans('No data found') }}
|
||