@extends('layouts.backend') @section('extra_css') @endsection @section('extra_js') @include('pages.video-gallery.js') @endsection @section('content') Create Video {{ csrf_field() }} Title Video URL Video Streaming From Video Id Select Picture Choose {!! Form::label('categories', 'Category') !!} {!! Form::select('category_id[]', $categories, null, ['required', 'id' => 'category_list', 'class' => 'form-control', 'multiple']) !!} Tags Create @endsection