@section('title', __('mail.adherence_status_changed.title')) @extends('mail.master') @section('content')

{{ __('mail.common.greeting', ['name' => $userName]) }}

{!! __('mail.adherence_status_changed.body', [ 'status' => __('mail.adherence_status_changed.statuses.' . $status), 'promotion' => '' . e($promotion->title) . '', 'marketplace' => e($mailMarketplaceName), 'store' => '' . e($store->commercial_name) . '', ]) !!}

{{ __('mail.adherence_status_changed.body_sub_1') }}

{{ __('mail.adherence_status_changed.cta') }}

@endsection