@extends('Frontend.Master.authMaster') @section('content') @csrf Title {{$fileDetails[0]->title}} Desciption {{$fileDetails[0]->description}} Purpose {{$fileDetails[0]->purpose}} @php $tags = json_decode($fileDetails[0]->tags, true); @endphp Tags @if(is_array($tags)) @foreach($tags as $tag) {{ is_array($tag) && isset($tag['value']) ? $tag['value'] : $tag }} @endforeach @else {{ $tags }} @endif All Files Download All @foreach ($filePaths as $fileId => $paths) @foreach ($paths as $path) Download @endforeach @endforeach @endsection
{{$fileDetails[0]->description}}
{{$fileDetails[0]->purpose}}
Tags