{{ trans('app.create') }} video

{{ trans('app.add') }} video here...

{!!Form::vertical_open() ->id('create-file-video') ->method('POST') ->files('true') ->class('dashboard-form') ->action(trans_url(get_guard('url').'/file/video'))!!}
@include('public::notifications') @include('file::user.video.partial.entry')
{!! Form::close() !!}