@extends('admin.layouts.app') @section('panel')
{{$product->name}}
{{$order_type}}
@csrf

@foreach($product->groupOption as $group) @foreach($group->option as $option)
{{$option->title}}
@foreach($option->item as $item)
{{$item->value}}
@endforeach
@endforeach
@endforeach
0%
@endsection @push('breadcrumb-plugins') @lang('Back') @endpush @push('style') @endpush @push('script') @endpush