@extends('admin.layouts.master') @section('title','Player Customizations') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any())
@foreach($errors->all() as $error)
{{ $error}}
×
@endforeach
@endif
{{ __("Player Customizations")}}
{{ csrf_field() }}
{{ __('Logo Enable') }}:
logo_enable == '1' ? 'checked' : '' }} />
{{ __('Image') }}:
{{ __('Recommended size') }} (104 x 36px)
{{ __('Upload') }}
{{ __('Choose File') }}
@if(optional($ps)['logo'] !="")
@else
{{ __('No logo found') }}
@endif
{{ __('Share Enable') }}:
{{ __('Auto Play') }}:
{{ __('If autoplay is enable audio is automatically mute') }}.
{{ __("Video Download Enable:")}}
{{ __('Subtitle Font Size') }} :
{{ __('Subtitles Color') }}:
{{ __("Reset")}}
{{ __("Update")}}
@endsection @section('script') @endsection