@extends('Email::layout') @section('content')

{{__('You got reply from vendor. ')}}

@if(!empty($service))

{{__("Service:")}} {{$service->title}}

{{__("Your note:")}} {{$enquiry->note}}

@endif

{{__('Here is the message from vendor:')}}

{!! clean($enquiry_reply->content) !!}

@endsection