@extends('layouts.app') @section('content') {{-- --}} {{-- Laravel --}}
{{-- @if (Route::has('login')) @endif --}}
Showing all File {{-- --}} {{-- --}}
{{-- @if(config('usersmanagement.enableSearchUsers')) @include('partials.search-users-form') @endif --}}
{{-- --}}
{{-- --}} {{-- --}} @foreach($filearchives as $filearchive) {{-- @if($filearchive->file_mode == 1) @else @endif --}} {{-- @if($filearchive->status == 1) @else @endif --}} {{-- --}} {{-- --}} @endforeach
Total {{ $filearchives->count()}} Files found
Sl.Id ModeCategory TitleStatus Create DatePublish Date Action
{{$loop->iteration}}{{$filearchive->id}}PublicPrivate{{$filearchive->category->category_name}} {{$filearchive->title}}PublishedUnpublished{{date_format(date_create($filearchive->created_at), 'd M, y h:i A')}}{{date_format(date_create($filearchive->publish_date), 'd M, Y')}} {!! trans('clienttype.buttons.show') !!} {{-- @can('file-archive-list') --}} {{-- --}} {{-- --}} Show {{-- File --}} {{-- @endcan --}} {{-- @can('file-archive-edit') Edit File @endcan --}} {{-- @can('file-archive-delete')
@csrf @method('DELETE')
@endcan --}}
{!! $filearchives->withQueryString()->links('pagination::bootstrap-5') !!}
@endsection