@extends('layouts.app') @section('page-header') @endsection @section('content')
@csrf
{{ __('Azure Key') }}
@error('set-azure-key')

{{ $errors->first('set-azure-key') }}

@enderror
{{ __('Azure Region') }}
@endsection