@extends('emails.layout') @section('content')

{{ $headline }}

@foreach($lines as $line)

{!! $line !!}

@endforeach
{{ $actionLabel }}
@endsection