@extends('emails.base_email') @section('mail_body')

{{trans('registration.message')}}
{{trans('registration.button_label')}}

@stop