@extends('web.layouts.admin') @section('title', config('app.name')) @section('content') {{$page_title}} {{$title}} App Name App Icon Choose file App Color Sidebar Color Copyright OTP for Signup Off On OTP for Login Off On OTP for Forgot Password Off On Rate On Apple Store Rate On Google Store Terms Conditions Privacy Policy Tutorial Help About Us Default Radius Green Tick Number {{$title}} Email Password Host Port From Address From Name {{$title}} Push Notification Server Key {{$title}} Twilio Sid Twilio Auth Token Twilio Number {{$title}} Aws Access Key Id Aws Secret Access Key Aws Default Region Aws Bucket Aws Url {{$title}} Secret Key Public Key {{$title}} Debug Mode (Your IP: {{request()->ip()}}) Off On Allowed IPs (Multiple IPs concatenated with commas) {{$title}} Content {{ !empty($value['content']) ? $value['content'] : '' }} Add Video @if(!empty($value['video'])) Current Video: Open in New Tab Remove Video Your browser does not support the video tag. @endif {{ !empty($value['video']) ? 'Choose new video (optional)' : 'Choose video' }} @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
upload_max_filesize = 50M
post_max_size = 60M
max_execution_time = 300