@extends('admin.layouts.master') @section('title') @endsection @section('css') @include('admin.layouts.css') @endsection @section('body')
اضافـــــــة منتـــج جديـــد
@csrf @method('PUT')



@if (!empty($product->images) && is_iterable($product->images)) @foreach ($product->images as $image) Product Gallery Image @endforeach @else

No images available.

@endif
@endsection @section('js') @include('admin.layouts.js') @endsection