@extends('frontend.provider.app') @section('content')
{{ __('back_to_products') }} {{-- Form starts here --}}
@csrf

{{ __('product_information') }}

{{ __('product_gallery') }}

{{ __('pricing_stock_variations') }}

{{ __('single_product_note') }}

{{ __('shipping') }}

{{ __('specifications') }}

{{ __('seo_title') }}

{{ __('status') }}

{{ __('cancel') }}
@endsection @push('scripts') @endpush