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

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


Warning: Undefined variable $enquiry in /home/binainv/public_html/themes/Base/Booking/Views/emails/enquiry_reply.blade.php on line 7

Warning: Attempt to read property "service" on null in /home/binainv/public_html/themes/Base/Booking/Views/emails/enquiry_reply.blade.php on line 7
@if(!empty($service))

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

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

@endif

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

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

@endsection