@extends(config('template.admin.view') . '.layout.layout') @if(isset($title)) @section('title', $title) @endif @section('head') @parent @endsection @section('content')
{{__('main.Product Option Groups')}}
@if($admin->hasPermission('product-options-management')) @endif
{{__('main.Icon')}} {{__('main.Key')}} {{__('main.Visible')}} {{__('main.Options')}} {{__('main.Products')}}
{{__('main.Icon')}} {{__('main.Key')}} {{__('main.Visible')}} {{__('main.Options')}} {{__('main.Products')}}
@endsection @section('js') @parent @endsection