@extends('admin.layouts.master') @section('title','Player Setting - Admin') @section('body') @include('admin.message') {{ __('adminstaticword.PlayerSettings') }} {{ csrf_field() }} {{ __('adminstaticword.LogoEnable') }}: logo_enable)) {{ $ps->logo_enable == '1' ? 'checked' : '' }} @endif/> {{ __('adminstaticword.PlayerLogo') }}- Dimension: 104 x 36 {{ __('adminstaticword.ChooseaLogo') }} @if(optional($ps)['logo'] !="") @else {{ __('adminstaticword.Nologofound') }} @endif {{ __('adminstaticword.ShareEnable') }}: share_enable)){{ $ps['share_enable'] == '1' ? 'checked' : '' }} @endif/> {{ __('adminstaticword.AutoPlay') }}: autoplay)) {{ $ps['autoplay'] == '1' ? 'checked' : '' }} @endif/> Video Downlaod Enable: download)) {{ $ps['download'] == '1' ? 'checked' : '' }} @endif/> @endsection @section('script') @endsection
Dimension: 104 x 36