@extends('admin.layouts.app') @section('panel')
@csrf
@if (!empty($product->txhash))

Transaction Hash: {{ env('POLYGONSCAN_URL') }}/tx/{{ $product->txhash }}

@else

No transaction hash available.

@endif
@lang('Specification')
@if ($product->specification) @foreach ($product->specification as $spec)
@endforeach @endif
@endsection @push('breadcrumb-plugins') @lang('Go Back') @endpush @push('script-lib') @endpush @push('script') @endpush