@extends('layouts.app') @section('content')
{!! Form::model(null, ['method' => 'PATCH','enctype'=>'multipart/form-data', 'url' => ['admin/settings/update']]) !!} @csrf
@foreach ($data as $row) @if($row->key=='stripe_key')
@endif @if($row->key=='stripe_secret')
@endif @endforeach
{{-- {!! Form::close() !!} --}}
@endsection