@extends('backend.layout.master') @section('backend-head') @endsection @section('backend-main') @if (session()->has('pro-updated'))

{{ session()->get('pro-updated') }}

@endif @if (session()->has('img-deleted'))

{{ session()->get('img-deleted') }}

@endif

تعديل المنتج

@include('common.messages')
{{ csrf_field() }} {{ method_field('PUT') }} @if (isset($product->condition))
@elseif(isset($product->surface))
@else
@endif
@if (!empty($product->picture)) @endif
@if (count($product->images) > 0)
    @foreach ($product->images as $image)
  • حذف
  • @endforeach
@endif
@endsection @section('backend-footer') @endsection