@extends('theme::layouts.app', ['title' => __('account.Download Limit Reached')]) @section('content')
{{-- Icon --}}
download_for_offline
{{-- Heading --}}

{{ __('account.Daily Download Limit Reached') }}

{{-- Message --}}

{{ $exception->getMessage() ?: __('account.You have reached your daily download limit for this plan.') }}

{{ __('account.Your allowance resets at midnight. Come back tomorrow to continue downloading.') }}

{{-- Actions --}}
@endsection