@extends('layouts.app') @section('title', $title) @section('content')

{{ $title }}

@foreach($files as $file) @endforeach
Name
{{ $file }}

@endsection