@extends('admin.layouts.master') @section('title','Player Setting - Admin') @section('body')
@include('admin.message')

{{ __('adminstaticword.PlayerSettings') }}

{{ csrf_field() }}
  • logo_enable)) {{ $ps->logo_enable == '1' ? 'checked' : '' }} @endif/>
  • -

    Dimension: 104 x 36


    @if(optional($ps)['logo'] !="")
    {{ $ps['logo'] }}
    @else
    {{ __('adminstaticword.Nologofound') }}
    @endif

  • share_enable)){{ $ps['share_enable'] == '1' ? 'checked' : '' }} @endif/>
  • autoplay)) {{ $ps['autoplay'] == '1' ? 'checked' : '' }} @endif/>
  • download)) {{ $ps['download'] == '1' ? 'checked' : '' }} @endif/>

  • @endsection @section('script') @endsection