@section('title', __('site.page_videos_add_title')) @section('head') @endsection @include('includes/header') @include('includes/topSite')

{{ __('site.page_videos_add_h1') }}

@if (\Session::has('error_title'))
{!! \Session::get('error_title') !!}
@endif
@if (\Session::has('error_url'))
{!! \Session::get('error_url') !!}
@endif
@include('includes/footer')