@extends('layouts.dashboard') @section('content') @php /** * Admin → Media → Add media: the direct door onto the platform shelf. Mirrors the * vendor page exactly (same drop zone, same qm-media-add.js, same sequential * uploads through the library's own POST endpoint) — here the files land as * PLATFORM media (restaurant_id NULL), the set design templates and house * surfaces draw from, exactly as a picker upload on this side always has. */ @endphp @php /* .qm-d2: the dashboard density standard (app.css §35) */ @endphp
@php // The sibling page in the subheader slot, mirroring the library's own Add media door. @endphp @php ob_start(); @endphp {{ t_raw('nav.media_library') }} @php \App\Support\View::slot('subhead', ob_get_clean()); @endphp

{{ t_raw('media.drop_here') }}

@php /* What arrived this visit, newest first — the same tiles the library shows. */ @endphp
@php /* /.qm-d2 */ @endphp @endsection