@extends('email.partials.layout') @section('content') Dear {{$user->username}},

Thank you for submitting your application to become a provider. Please confirm your email address to complete the application process. If your application is approved for the next step, you will be contacted via email.

  @include('email.partials.footer') @endsection