@extends('emails.layout') @section('title')回答问题@endsection @section('content')
{{ $subject }}
点击下方链接查看问题详情:
{{ route('ask.question.detail',['id'=>$data->id]) }}
— {{ Setting()->get('website_name') }}
@endsection