@extends('themes.flaty.layouts.single') @section('section', translate('Download', 'download pages')) @section('title', $fileEntry->name) @section('hide_header', true) @section('content')
@include('themes.flaty.files.common.title', ['fileEntry' => $fileEntry])
@include('themes.flaty.files.common.details')
@if (licenseType(2))
{{ translate('Choose Download Type', 'download pages') }}
@endif
@csrf
@if (licenseType(2))
@csrf
@endif
@if ($themeSettings->download_pages->file_about) @include('themes.flaty.files.common.about', [ 'fileEntry' => $fileEntry, ]) @endif
@if ($themeSettings->download_pages->extra_text_sections && $themeSettings->download_pages->page1_extra_text)
{!! $themeSettings->download_pages->page1_extra_text !!}
@endif
@push('config') @include('themes.flaty.files.common.config', [ 'fileEntry' => $fileEntry, 'downloadPlan' => subscription()->plan, ]) @endpush @endsection