@extends('AdminMaster.authMaster') @section('content')
| Sl no. | Downloaded By | Download Date | File Name | Description | Purpose | Tags | Action |
|---|---|---|---|---|---|---|---|
| {{$key + 1}} | @foreach($users as $user) @if($user->id == $allFile->udl_user_id) {{$user->name}} @endif @endforeach | {{$allFile->udl_download_date}} | @foreach($files as $file) @if($file->id == $allFile->udl_file_id){{$file->name}} | {{$file->description}} | {{$file->purpose}} | @foreach($tags as $tag) @if($tag->id == $file->id ) @foreach(explode(', ', $tag->tags) as $tagg) {{ $tagg }} @endforeach @endif @endforeach | @endif @endforeach |