@extends('layouts.admin') @section('title') Ananas | Edit Video @endsection @section('Videos') active {{session('sidebar_color')}} @endsection @section('breadcrumb')
Pages
Edit Video
Edit Video
@endsection @section('style')
@endsection @section('content')
@if(true)
Video
@csrf
Video title
Video time
Video order
Video words
{{$video?$video->words:""}}
{{--
Home page vector
Videos page vector
--}}
{{--
Cover photo
--}}
Video file
Update
{{--
Home page vector
Videos page vector
Cover photo
--}}
Video
Your browser does not support the video tag.
@endif
@endsection