@extends('../site/layouts.user_panel.app') @section('page_title', __('Download')) @section('content')

{{ __('Download') }}

{{ __('You can download your files here') }}

@php $isFound = false; @endphp @if(count($orders) > 0) @endif @if(count($orders) == 0 || !$isFound)

{{ __("No downloadable file found!") }}

@endif
@endsection @section('js') @endsection