@extends('emails.template') @section('title') @if(isset($title)){{$title}}@endif @endsection @section('content') @if(isset($top_text)){!! $top_text !!}@endif @if(isset($center_text)){!! $center_text !!}@endif @if(isset($action))
{{$action['title']}}
@endif @if(isset($bottom_text)){!! $bottom_text !!}@endif @endsection