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

{{__("Hello Administrator")}}

{{__('An user has been submit their verification data.')}}

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

{{__('You can approved the request here:')}} {{__('View request')}}


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

@endsection