{{-- This is the vendor Confirmation Mail file using Mailtrap --}} {{-- All the variables (like $name, $code, ...) used here are passed in from the vendorRegister() method in Front/VendorController.php --}} Dear {{ $name }}!  
Please click on the link below to confirm your Vendor Account :- {{ url('vendor/confirm/' . $code) }} {{-- Check the route in web.php --}} {{-- $code is the base64 encoded vendor `email` which will be sent to the route and will be decoded by confirmVendor() method in Front/VendorController.php --}}  
Thanks & Regards,   Multi-vendor E-commerce Application