@extends('layouts.app') @section('title', __('lang_v1.customer_sector')) @section('content')

@lang('lang_v1.customer_sector')

@if (!empty($video) && auth()->user()->can('edu_videos.view')) @include('video.video_button', ['fileName' => $video ]) @endif
@component('components.widget', ['class' => 'box-solid']) @slot('tool') @endslot
@lang('lang_v1.name') @lang('messages.action')
@endcomponent
@include('video.video_modal') @endsection @section('javascript') @endsection