{{ __('Downloads') }}

Project Downloads Center

@php $guidesCount = count($project->getMedia('project_guides')); $supplementsCount = count($project->getMedia('project_supplements')); $testsIndividualCount = count($project->getMedia('project_tests')); $testsZipExists = $project->getMedia('project_zips')->where('file_name', 'tests.zip')->first(); $testsCount = $testsIndividualCount > 0 || $testsZipExists ? max($testsIndividualCount, 1) : 0; @endphp
@if ($guidesCount > 0) @else @endif
@if ($supplementsCount > 0) @else @endif
@if($testsCount > 0) @else @endif
@section('scripts', 'projects.partials.downloads.scripts')