@extends('admin.layout') @section('title','Edit Sculpture') @section('content')
✏️ Edit Sculpture
@if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf @method('PUT')
Back
@endsection