@extends('admin.layouts.admin') @section('title', 'Edit Product - SIVILIMA Admin') @section('breadcrumb_title', 'Edit Product') @section('breadcrumb') @endsection @section('content')
Edit: {{ $product->name }}
@csrf @method('PUT')
@if($product->image)
Current image
@endif Leave empty to keep current image. JPG, PNG, WebP - Max 5MB
Cancel
@endsection