@extends('layouts.admin') @section('title', __('Edit Delivery Server')) @section('page-title', __('Edit Delivery Server')) @section('content')
@csrf @method('PUT')

{{ __('Select a bounce server to track bounces for emails sent through this delivery server.') }}

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