@extends('../site/layouts.user_panel.app') @section('page_title', __('Download')) @section('content')
{{ __('You can download your files here') }}
{{ __('Product Name') }} | {{ __('Download Remaining') }} | {{ __('Download expiry') }} | {{ __('Download') }} |
---|---|---|---|
{{ $data['name'] }} | {{ $data['download_limit'] == '' || $data['download_limit'] == -1 ? __('Never') : $data['download_limit'] - $data['download_times'] }} | {{ $data['download_expiry'] == '' ? __('Never') : formatDate($order->created_at->addDays($data['download_expiry'])) }} | {{ __('File') }} |