@extends('emails.email') @section('content')

Hi {{\Illuminate\Support\Str::words($fullName,1,'')}}!

Congratulation! You have been awarded {{$awardName}}

@stop @section('callToAction') @stop