@extends('layouts.email_layout')
@section('content')
|
Your {{$your_plant->plant_title}} was just delivered. {{$your_plant->introduction_text}}
@foreach($your_plant_sections as $plant_section_row)
{!!nl2br($plant_section_row->section_content)!!}
@endforeach
|
|
|
@endsection