@extends('web.layouts.admin') @section('title', config('app.name')) @section('content')

{{$page_title}}

{{$title}}
{{$title}}
@if(!empty($value['video']))
Open in New Tab
@endif
@if(!empty($value['video'])) Leave empty to keep current video, or select a new file to replace it. @endif Supported formats: MP4, MOV, AVI, MKV Current upload limit: {{ ini_get('upload_max_filesize') }} @if((int)ini_get('upload_max_filesize') < 50) (Recommended: 50MB or higher for videos) @endif @if((int)ini_get('upload_max_filesize') < 10)
Administrator Notice:
Video upload limit is very low ({{ ini_get('upload_max_filesize') }}). To increase limits, update your PHP configuration:
upload_max_filesize = 50M
post_max_size = 60M
max_execution_time = 300
Then restart your web server.
@endif
@stop @section('custom-js') @stop