@extends('layout.page-app') @section('page_title', __('label.add_video')) @section('content') @include('layout.sidebar')
@include('layout.header')

{{__('label.add_video')}}

@csrf
{{__('label.cancel')}}
@endsection @section('pagescript') @endsection