@extends('sendportal::layouts.app') @section('title', __('New Subscriber')) @section('heading') {{ __('Subscribers') }} @stop @section('content') @component('sendportal::layouts.partials.card') @slot('cardHeader', __('Create Subscriber')) @slot('cardBody')
@endSlot @endcomponent @stop