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

UPLOAD PUBLIK

@if(session('uploaded_url'))
Upload berhasil
@if(session('uploaded_thumb'))
Uploaded thumbnail
@endif
@endif
@csrf
UPLOAD FILE / DRAG / CTRL + V
Pilih 1 file • Max {{ config('photohost.upload_max_mb') }}MB • jpg/png/webp/gif
Max {{ config('photohost.upload_max_mb') }}MB • jpg/png/webp/gif
@endsection