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

Content assets

Media Library

Images added here are available immediately. You can also upload or link images directly while editing products, strains, Business Settings, and visual pages.

Add an image

Upload a JPG, PNG, or WebP, or paste a direct HTTPS image link. Only add images HMS has permission to publish.

@csrf

If a file upload fails before HMS can validate it, check the hosting account’s PHP upload_max_filesize and post_max_size. The application accepts images up to 8 MB.

Images

@forelse($media as $item)
{{ $item->alt_text }}
{{ $item->original_filename }}{{ $item->external_url ? 'Linked' : 'Uploaded' }}
@csrf @method('PUT')
@csrf @method('DELETE')
@empty

No images have been added yet.

@endforelse
{{ $media->links() }}
@endsection