@php $send_type = ''; if ($viewContent->send_type == 'G') { $send_type = 'Group'; } elseif ($viewContent->send_type == 'I') { $send_type = 'Individual'; } elseif ($viewContent->send_type == 'C') { $send_type = 'Class'; } else { $send_type = 'Public'; } @endphp
{{ $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')