@extends('Frontend.Master.authMaster') @section('content')
@include('Frontend.Layouts.leftbar')
{{-- --}} {{-- --}} {{-- --}} @foreach($allFiles as $index => $allFile) {{-- --}} {{-- --}} {{-- --}} @endforeach
Sl No.NameTitleDescriptionPurpose Tags dateFile PathAction
{{ ($allFiles->firstItem() + $loop->index) }}{{ $allFile->name }}{{ $allFile->title }}{{ $allFile->description }}{{ $allFile->purpose }} @php $tagsArray = is_array($allFile->tags) ? $allFile->tags : json_decode($allFile->tags, true); @endphp @foreach($tagsArray ?? [] as $tag) {{ is_array($tag) ? implode(', ', $tag) : $tag }} @endforeach {{$allFile->created_at}}{{ basename($allFile->file_path) }}
{{ $allFiles->links('pagination::bootstrap-5') }}
@endsection