mirror of
https://github.com/Bigherollc/wticreatorstudio.git
synced 2026-08-28 11:57:29 -04:00
13 lines
319 B
PHP
13 lines
319 B
PHP
@extends('backEnd.master')
|
|
|
|
@include('studioplus::lang')
|
|
|
|
@section('mainContent')
|
|
<div id="studio-plus">
|
|
<short-component :video="{{ $video }}"></short-component>
|
|
</div>
|
|
@endsection
|
|
|
|
@push('scripts')
|
|
<script src="{{ asset('/Modules/StudioPlus/Public/js/studioplus.js') }}"></script>
|
|
@endpush |