| @lang('lang_v1.name') | @lang('messages.action') |
|---|
@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
@lang('lang_v1.name')
@lang('messages.action')