@extends('layouts.dashboard') @section('content')

Upload Attachments for: {{ $project->name_or_url }}

@if ($errors->any())
@endif
@csrf

Upload multiple files (Max 10MB each).

Cancel
@endsection