@extends('layouts.app') @section('content')

{{__('lang.admin_enable_payment_gateway')}}

{!! Form::model(null, ['method' => 'PATCH','enctype'=>'multipart/form-data', 'url' => ['admin/settings/update']]) !!} @foreach ($data as $row) @if($row->key=='enable_razorpay')
@endif @if($row->key=='razorpay_key')
@endif @if($row->key=='razorpay_secret')
@endif @if($row->key=='enable_oppwa')
@endif @if($row->key=='enable_cod')
@endif @if($row->key=='enable_wallet')
@endif @endforeach
{!! Form::close() !!}
@endsection