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

{{ __('mail.common.greeting', ['name' => $store->legalRepresentative->user->full_name]) }}

{{ __('mail.store_validated.body', ['store' => $store->commercial_name]) }}

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

{{ __('mail.store_validated.body_sub_2') }}

@include('mail.partials.card-link', [ 'label' => __('mail.common.store'), 'value' => $store->commercial_name, 'link' => config('app.marketplace_url') . 'my-account/my-company/' . $store->uuid, ]) @endsection