Upload beautify

This commit is contained in:
2026-02-17 17:14:43 +01:00
parent b053c0cc48
commit 41287914aa
106 changed files with 4948 additions and 906 deletions

View File

@@ -2,15 +2,15 @@
@section('content')
<div class="container">
<h2>Edit Artwork: {{ $artwork->name }}</h2>
<h2>Edit Artwork: {{ $artwork->title }}</h2>
<form enctype="multipart/form-data" method="post" action="{{ route('manage.update', $artwork->id) }}">
@csrf
<div class="row">
<div class="col-md-7">
<label class="label-control">Name:</label>
<input type="text" name="name" class="form-control" value="{{ old('name', $artwork->name) }}">
<label class="label-control">Title:</label>
<input type="text" name="title" class="form-control" value="{{ old('title', $artwork->title) }}">
<label class="label-control">Section:</label>
<select name="section" class="form-control">