Upload beautify
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user