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

Upload to Gallery

Share photos and videos of our community impact with the world.

@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

You can select multiple files at once. (Max 20MB per file)

Cancel
@endsection