@extends('layouts.admin') @section('title', __('Add Delivery Server')) @section('page-title', __('Add Delivery Server')) @section('content')
@csrf @if(($flow ?? null) !== null) @endif
@if(($flow ?? null) === 'api')
API credentials are managed from the Integrations page. Configure the provider there and we will use that configuration for this server.
@endif
@error('name')

{{ $message }}

@enderror
@error('type')

{{ $message }}

@enderror
{{ __('Cancel') }} {{ __('Create Server') }}
@push('scripts') @endpush @endsection