@extends('admin.layout.master') @section('title', 'المنتجات') @section('content')

المنتجات

تعديل البيانات

@csrf @method('PATCH')
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('client_point')) {{ $errors->first('client_point') }} @endif
@if ($errors->has('merchant_point')) {{ $errors->first('merchant_point') }} @endif
@if ($errors->has('count')) {{ $errors->first('count') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('point_product_images')) {{ $errors->first('point_product_images') }} @endif
{{-- @include('admin.layout.message')--}}

صور المنتج

@foreach($row->images as $image) @endforeach
# الصورة التحكم
{{$i}}
@stop