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

UPLOAD

@csrf
UPLOAD FILE / DRAG CTRL + V
Max {{ config('photohost.upload_max_files') }} file • {{ config('photohost.upload_max_mb') }}MB / file • jpg/png/webp/gif

Albums

Kelola album untuk mengatur assets.

ADD ALBUM

ASET

@include('dashboard.partials.image-cards', ['images' => $images])
@endsection