@include('partials.styles') @include('partials.sidebar') @include('partials.header')

Edit Product

@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
    @foreach($errors->all() as $err)
  • {{ $err }}
  • @endforeach
@endif
@csrf @method('PUT')
Leave blank to keep existing image.
Back
@include('partials.scripts')