@extends('backend.layouts.app') @section('title', 'Create Video') @section('content') @php $pageTitle = 'Create Video'; $indexRoute = 'content-video.index'; $indexLabel = 'Videos'; @endphp @include('backend.layouts.partials._page_header')
@endsection @push('scripts') @endpush