@extends('layouts.app-admin') @section('title', 'Shop Management') @section('content')
{{trans('admin_default.edit_shop')}}
{{trans('admin_default.account_information')}}
@if ($errors->has('staff_name')) {{ $errors->first('staff_name') }} @endif
@if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif
{{trans('admin_default.shop_information')}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('short_code')) {{ $errors->first('short_code') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if(count($shopSetting)) @foreach($shopSetting as $key => $value)
@if(@$value->setting_type == 'service_charge')
%
@endif
@endforeach @else
%
@endif
@if ($errors->has('website')) {{ $errors->first('website') }} @endif
@if ($errors->has('timezone')) {{ $errors->first('timezone') }} @endif
{{trans('admin_default.app_version')}}
@if ($errors->has('ios_version')) {{ $errors->first('ios_version') }} @endif
UPDATE_REQUIRED_FOR_IOS == 1) checked="checked" @endif name="update_required_for_ios" value="1">
@if ($errors->has('android_version')) {{ $errors->first('android_version') }} @endif
UPDATE_REQUIRED_FOR_ANDROID == 1) checked="checked" @endif name="update_required_for_android" value="1">
{{trans('admin_default.location_information')}}
@if ($errors->has('street')) {{ $errors->first('street') }} @endif
@if ($errors->has('latitude')) {{ $errors->first('latitude') }} @endif
@if ($errors->has('longitude')) {{ $errors->first('longitude') }} @endif
{{trans('admin_default.description')}} @if ($errors->has('description')) {{ $errors->first('description') }} @endif
{{trans('admin_default.show_in_vembers')}}
{{trans('admin_default.show_in_partners')}}
{{trans('admin_default.shopify_integration')}}
shopify_domain) }}" class="form-control"/>
shopify_key) }}" class="form-control"/>
shopify_password) }}" class="form-control"/>
sign_key) }}" class="form-control"/>
{{trans('admin_default.knock-now-integration')}}
KNOCK_NOW_CLIENT_ID) }}" class="form-control"/>
KNOCK_NOW_CLIENT_SECRET) }}" class="form-control"/>
{{trans('admin_default.bongloy_integration')}}
BONGLOY_API_KEY) }}" class="form-control"/>
{{ trans('admin_default.aba_bank_integration') }}
ABA_PAYWAY_API_KEY) }}" class="form-control"/>
ABA_PAYWAY_MERCHANT_ID) }}" class="form-control"/>
ABA Bank Integration For Purchase
ABA_PAYWAY_API_KEY_FOR_PURCHASE) }}" class="form-control"/>
ABA_PAYWAY_MERCHANT_ID_FOR_PURCHASE) }}" class="form-control"/>
{{trans('admin_default.chat_integration')}}
CHAT_SECRET_KEY) }}" class="form-control"/>
{{trans('admin_default.firebase_integration')}}
FIREBASE_PROJECT_ID) }}" class="form-control"/>
@endsection @section('script') @endsection