@extends('admin/theme') @section('content')

Edit Product

@csrf @method('PUT') @if($product->image) {{ $product->name }} @endif
@endsection