{!! Form::model(null, ['method' => 'PATCH','enctype'=>'multipart/form-data', 'url' => ['admin/settings/update']]) !!}
@csrf
{{-- {!! Form::close() !!} --}}
@foreach ($data as $row)
@if($row->key=='stripe_key')
@endif
@if($row->key=='stripe_secret')
@endif
@endforeach
@foreach ($data as $row)
@if($row->key=='eghl_serviceid')
@endif
@if($row->key=='eghl_password')
@endif
@endforeach
@foreach ($data as $row)
@if($row->key=='razorpay_key')
@endif
@if($row->key=='razorpay_secret')
@endif
@endforeach