@extends('admin.layouts.master') @section('title', 'API Setting - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('APPSetting') }}
{{ csrf_field() }} {{ method_field('POST') }}

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


@endsection