@extends('layouts.app') @section('title', __('product.variations')) @section('content')

@lang('product.variations') @lang('lang_v1.manage_product_variations')

@if (!empty($video) && auth()->user()->can('edu_videos.view')) @include('video.video_button', ['fileName' => $video ]) @endif
@component('components.widget', ['class' => 'box-primary', 'title' => __('lang_v1.all_variations')]) @slot('tool')
@lang('messages.add')
@endslot
@lang('product.variations') @lang('lang_v1.values') @lang('messages.action')
@endcomponent @include('video.video_modal')
@endsection