@extends('sendportal::layouts.app') @section('heading') {{ __('Email Services') }} @stop @section('content') @component('sendportal::layouts.partials.card') @slot('cardHeader', __('Edit Email Service')) @slot('cardBody')
@csrf @method('PUT') @include('sendportal::email_services.options.' . strtolower($emailServiceType->name), ['settings' => $emailService->settings]) @endSlot @endcomponent @stop