@extends('layouts.app') @section('page-header') @endsection @section('content')
@method('PUT') @csrf

{{ __('Provide your') }} {{ __($id->app) }} {{ __('connection informaiton') }}

@foreach ($fields as $field)
{{ __($field['title']) }}
$credential) @if ($field['name'] == $key) value="{{ $credential }}" @endif @endforeach @endif required>
@endforeach
@endsection