@extends('admin.layouts.master') @section('title', 'API Setting - Admin') @section('maincontent') @component('components.breadcumb',['fourthactive' => 'active']) @slot('heading') {{ __('App Setting') }} @endslot @slot('menu1') {{ __('App Setting') }} @endslot @endcomponent
@if ($errors->any()) @endif
{{ __('adminstaticword.APPSetting') }}
{{ csrf_field() }} {{ method_field('POST') }}

googlepay_enable==1 ? 'checked' : '' }} />


@endsection