@extends('layouts.app') @section('content') {{-- --}} {{--
| Sl. | {{--Id | Mode | --}}Category | Title | {{--Status | Create Date | --}}Publish Date | Action | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$loop->iteration}} | {{--{{$filearchive->id}} | @if($filearchive->file_mode == 1)Public | @elsePrivate | @endif --}}{{$filearchive->category->category_name}} | {{$filearchive->title}} | {{-- @if($filearchive->status == 1)Published | @elseUnpublished | @endif --}} {{--{{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')
|