@extends('layouts.app') @section('content')
@csrf
New Product
@if (usertype() == 'admin')
@else @endif
@foreach ($variation_types as $key => $vtype) @if ($vtype->variation_values->count() > 0)
{{ $vtype->name }}
    @foreach ($vtype->variation_values as $vvalue)
  • @endforeach
@endif @endforeach
@foreach ($custom_fields as $i => $field)
@endforeach
Feature Image
Click to upload Image Preview
@endsection @push('script') @endpush