@extends('emails.layout') @section('title')邮件通知@endsection @section('content')
{!! $body !!}
— {{ Setting()->get('website_name') }}
@endsection