@extends('layouts.admin') @section('title',__('adminstaticwords.PlayerSettings')) @section('content')

reply {{__('adminstaticwords.PlayerSettings')}}

{!! Form::model($ps, ['method' => 'POST', 'action' => ['PlayerSettingController@update', $ps->id], 'files' => true]) !!}
{!! Form::label('logo_enable', __('adminstaticwords.LogoEnable:')) !!}
{{ $errors->first('logo_enable') }}
{!! Form::label('logo', __('adminstaticwords.Logo')) !!} -

{{__('adminstaticwords.HelpBlockText')}}

{!! Form::file('logo', ['class' => 'input-file', 'id'=>'logo']) !!}

{{__('adminstaticwords.ChooseCustomLogo')}}

{{ $errors->first('logo') }}
{!! Form::label('cpy_text', __('adminstaticwords.CopyrightText')) !!} {!! Form::text('cpy_text', null, ['class' => 'form-control', 'required' => 'required',]) !!} {{ $errors->first('cpy_text') }}
{!! Form::label('share_opt', __('adminstaticwords.ShareOption:')) !!}
{{ $errors->first('share_opt') }}
{!! Form::label('auto_play',__('adminstaticwords.AutoPlay:')) !!}
{{ $errors->first('speed') }}
{!! Form::label('speed', __('adminstaticwords.SpeedOptions:')) !!}
{{ $errors->first('speed') }}
{!! Form::label('info_window', __('adminstaticwords.Info-WindowOption:')) !!}
{{ $errors->first('info_window') }}
{!! Form::label('skin', __('adminstaticwords.PlayerSelectSkin:')) !!}
{{ $errors->first('skin') }}
{!! Form::label('loop_video', __('adminstaticwords.Loop-VideoOption:')) !!}
{{ $errors->first('loop_video') }}
{!! Form::label('chromecast', __('adminstaticwords.ChromeCast:')) !!}
{{ $errors->first('chromecast') }}
{!! Form::label('is_resume', __('adminstaticwords.Resume/PlaybackOption:')) !!}
{{ $errors->first('is_resume') }}
{!! Form::label('player_google_analytics_id', __('adminstaticwords.GoogleAnalyticsId')) !!} {!! Form::text('player_google_analytics_id', null,['class' => 'form-control']) !!} {{ $errors->first('player_google_analytics_id') }}
{!! Form::label('subtitle_font_size', __('adminstaticwords.SubtitleFontSize')) !!} {!! Form::number('subtitle_font_size', null, ['class' => 'form-control','max'=>'100','min'=>'2']) !!} {{ $errors->first('subtitle_font_size') }}
{!! Form::label('subtitle_color',__('adminstaticwords.SubtitleColor')) !!} {!! Form::color('subtitle_color', null, ['class' => 'form-control',]) !!} {{ $errors->first('subtitle_color') }}
{!! Form::close() !!}
@endsection @section('custom-script') @endsection