@extends('merchant.layouts.app') @section('panel')
@csrf
@lang('Specification')
@if ($product->specification) @foreach ($product->specification as $spec)
@endforeach @endif
@endsection @push('breadcrumb-plugins') @lang('Go Back') @endpush @push('style') @endpush @push('script-lib') @endpush @push('script') @endpush