@extends('admin.layout') @section('title','Add Sculpture') @section('content')
➕ Add New Sculpture
@if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
jpg, png, webp
Back
@endsection