@extends('frontend.layouts.app')
@section('title', __('downloads.title'))
@section('meta', __('downloads.meta_description'))
@section('content')
{{ __('downloads.title') }}
{{ isset($download->created_at) ? $download->created_at->format('jS F Y') : 'Date not available' }}