@extends('layouts.admin_layout') @section('title', 'Manage Uploads') @section('content')

Manage Uploads

@foreach($uploads as $upload) @if ($upload !== "." && $upload !== "..") @endif @endforeach
Title Action
Delete
@endsection