@extends('layouts.app') @section('content')
{{--
@php $page_name = 'Product > New Product'; $page_number = 0; @endphp @include('layouts.table_top')
--}}
@csrf
Edit Product
@if (usertype() == 'admin')
@else @endif
imei_suport) checked @endif>
@foreach ($variation_types as $key => $vtype) @if ($vtype->variation_values->count() > 0)
{{ $vtype->name }}
    @foreach ($vtype->variation_values as $vvalue)
  • id, $vvalue->id)) checked @endif>
  • @endforeach
@endif @endforeach
@foreach ($custom_fields as $i => $field)
@endforeach
Feature Image
@if (empty($item->image)) Click to upload @endif Image Preview
@endsection @push('script') @endpush