芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/paymoney/resources/views/admin/settings/appStoreCredentials.blade.php
@extends('admin.layouts.master') @section('title', __('API Credentials Settings')) @section('head_style')
@endsection @section('page_content')
@include('admin.common.settings_bar')
{{ __('Google Play Store') }}
{{ __('Apple Store') }}
{!! csrf_field() !!}
{{ __('Available') }}
has_app_credentials) && $appStoreCredentialsForGoogle->has_app_credentials == 'Yes' ? 'checked' : '' }} >
{{ __('Play Store Link') }}
@if ($errors->has('playstore[link]'))
{{ $errors->first('playstore[link]') }}
@endif
{{ __('Play Store Logo') }}
@if ($errors->has('playstore[logo]'))
{{ $errors->first('playstore[logo]') }}
@endif
{{ allowedImageDimension(125,50) }}
@if (!empty($appStoreCredentialsForGoogle->logo))
logo) }}' width="125" height="50" id="play-store-logo-preview">
@else
@endif
{{ __('Cancel') }}
@if(Common::has_permission(auth('admin')->user()->id, 'edit_appstore_credentials'))
{{ __('Sumbit') }}
@endif
{!! csrf_field() !!}
{{ __('Available') }}
has_app_credentials) && $appStoreCredentialsForApple->has_app_credentials == 'Yes' ? 'checked' : '' }}>
{{ __('Apple Store Link') }}
@if ($errors->has('applestore[link]'))
{{ $errors->first('applestore[link]') }}
@endif
{{ __('Apple Store Logo') }}
@if ($errors->has('applestore[logo]'))
{{ $errors->first('applestore[logo]') }}
@endif
{{ allowedImageDimension(125,50) }}
@if (!empty($appStoreCredentialsForApple->logo))
logo) }}' width="125" height="50" id="apple-store-logo-preview">
@else
@endif
{{ __('Cancel') }}
@if(Common::has_permission(auth('admin')->user()->id, 'edit_appstore_credentials'))
{{ __('Sumbit') }}
@endif
@endsection @push('extra_body_scripts') @include('common.read-file-on-change') @endpush