@extends('backend.layouts.app') @section('title', @$data['title']) @section('style') @endsection @section('content') {!! breadcrumb([ 'title' => @$data['title'], route('admin.dashboard') => _trans('common.Dashboard'), '#' => @$data['title'], ]) !!}
| {{ _trans('common.File name') }} | {{ _trans('common.Date') }} | {{ _trans('common.Action') }} |
|---|---|---|
| {{ $item->path }} | {{ showDate($item->created_at) }} |
|