@extends('layout.base') @section('page_content')
@foreach ($files as $file) {{$file->getBasename()}} @endforeach
@endsection