@extends('layouts.admin') @section('page-title','') @section('breadcrumb') @include('admin.partials.crumb',[ 'crumbs'=>[ route('admin.dashboard')=>__('default.dashboard'), route('admin.video.index')=>__lang('video-library'), '#'=>isset($pageTitle)?$pageTitle:'' ]]) @endsection @section('content')
×
{{ __lang('video-uploader-notice',['size'=>$maxSize]) }}. @can('access','edit_site_settings') (
{{ __lang('change-limits') }}
) @endcan
@csrf
{{ __lang('javascript-needed-msg') }}
{{ __lang('add-videos') }}...
{{ ucfirst(__lang('start-upload')) }}
{{ ucfirst(__lang('cancel-upload')) }}
‹
›
×
@endsection @section('header')
@endsection @section('footer') @endsection