@extends('layouts.backend') @section('css_after') @endsection @section('js_after') @endsection @section('content')

EDIT PRODUCT

@csrf
@if ($errors->has('name')) @endif
@if ($errors->has('disclaimer')) @endif
@if(isset($product->moreOptions) && count($product->moreOptions)) @foreach($product->moreOptions as $ks => $opt)
@if($ks==0) @else @endif
@endforeach @else @endif
@if(isset($product->moreBalance) && count($product->moreBalance)) @foreach($product->moreBalance as $ksy => $opt)
@if($ksy==0) @else @endif
@endforeach @else @endif
@if ($errors->has('category')) @endif
@if ($errors->has('totalOption')) @endif
@if(isset($product->qusetionOptions) && count($product->qusetionOptions)) @php $qcnt=1; @endphp @foreach($product->qusetionOptions as $qpt)
Remove
@php $qcnt++; @endphp @endforeach @endif
@endsection