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

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

{{ csrf_field() }}

  • @if ($errors->has('logo')) @endif
    -

    Dimension: 104 x 36


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




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