@extends('layouts.dashboard') @section('content') @php /** * Vendor → Media → Add media: the direct door onto the shelf. The library page * browses what is already there; until this page, new files could only enter * through a field's picker — mid-attachment, never on their own. Uploads go * through the same POST /vendor/media endpoint the picker uses (sequential, * per-file feedback), and every finished file lands as a tile below. */ @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