@extends('themes.basic.layouts.single') @section('section', translate('Download', 'download pages')) @section('title', $fileEntry->name) @section('hide_header', true) @section('content')
{!! str(translate('Please wait {seconds} Seconds', 'download pages'))->replace( '{seconds}', '' . $downloadPlan->download_waiting_time . '', ) !!}
@endif {{ translate('Click Here to Download', 'download pages') }}