5 lines
76 B
PHP
5 lines
76 B
PHP
@extends('layouts.mail')
|
|
|
|
@section('content')
|
|
{!! $text !!}
|
|
@endsection |