{{ $viewContent->title }}
@lang('downloadCenter.upload_date'):
{{ date('Y-m-d', strtotime($viewContent->created_at)) }}
@lang('downloadCenter.valid_upto'):
{{ $viewContent->valid_upto }}
@lang('downloadCenter.share_date'):
{{ $viewContent->share_date }}
@lang('downloadCenter.shared_by'):
{{ $viewContent->user->full_name }}
@lang('downloadCenter.send_to'):
{{ $send_type }}
@lang('downloadCenter.description'):
{{ $viewContent->description ? $viewContent->description : 'No Description' }}
@lang('downloadCenter.attachments')
-
@foreach ($contents as $content)
- @if (@$content->youtube_link) {{ $content->file_name }} @else upload_file") }}" download>{{ $content->file_name }} @endif @endforeach