@extends('layouts.app') @section('title', trans('project.files') . ' | ' . $project->name) @section('content') @include('projects.partials.breadcrumb',['title' => trans('project.files')])
| {{ trans('app.table_no') }} | {{ trans('file.title') }} | {{ trans('file.description') }} | {{ trans('app.action') }} | @forelse($files as $key => $file)
|---|---|---|---|
| {{ 1 + $key }} | {{ $file->title }} | {{ $file->description }} | |
| {{ trans('file.empty') }} | |||