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

{{__("Hello :name",['name'=>$user->business_name ? $user->business_name : $user->first_name])}}

{{__('You are receiving this email because we updated your vendor verification data.')}}

{{__('You can check your information here:')}} {{__('View verification data')}}


{{__('Regards')}},
{{setting_item('site_title')}}

@endsection