@extends('layouts.app') @section("title", "SaveSpace - Documents") @section('pageTitle', 'SaveSpace - Documents') @section('content')

Documents

@forelse($documents as $document)
{{$document->name}} - {{$document->arch_id}}
{{$document->description}}
1.2MB
@empty
No items found
@endforelse
@endsection @section('script') @endsection