@extends('layouts.backend.app') @section('content')
@csrf


Product Add

@csrf
{{--
--}}
@if(!empty($product->primary_image)) @foreach(json_decode($product->primary_image) as $img) @endforeach @endif
@push('scripts') @endpush @endsection