@extends('Email::layout') @section('content')
{{__('You got reply from vendor. ')}}
{{__("Service:")}} {{$service->title}}
{{__("Your note:")}} {{$enquiry->note}}
@endif{{__('Here is the message from vendor:')}}
{!! clean($enquiry_reply->content) !!}