@extends('dashboard.master') @section('title', 'تعديل منتج') @section('product-active', 'active') @section('content')
@csrf @method('PUT')
@if($product->image)

الصورة الحالية:

صورة المنتج @endif
@endsection @section('script') @endsection