@extends('admin.layouts.layout') @section('title') Videos @endsection @section('css') @endsection @section('body')

Add a Video

@include('admin.pages.website.videos.form')
@endsection @section('js') @endsection