@extends('admin.layouts.master') @section('title','Player Customizations') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __("Player Customizations")}}
{{ csrf_field() }}

logo_enable == '1' ? 'checked' : '' }} />
{{ __('Recommended size') }}{{__(' 104 x 36px')}}
{{ __('Upload') }}
@if(optional($ps)['logo'] !="")
@else
{{ __('No logo found') }}
@endif



{{ __('If autoplay is enable audio is automatically mute') }}.


@endsection @section('script') @endsection