@extends('layouts.admin') @section('title', 'Edit Gallery Item') @section('page-title', 'Edit Gallery Item') @section('content')
Back to Gallery
Edit Gallery Item Details
@csrf @method('PUT')
Images/videos up to 5MB. Leave empty to keep current file. @if($item->path_or_url && !str_starts_with($item->path_or_url, 'http'))
Current File: {{ basename($item->path_or_url) }}
@endif
@endsection