@extends('core::email') @section('content') @if($status === 'review')

Your salary slip for {{ $month }} {{ $year }} has been generated.

@elseif($status == 'paid')

Your salary for {{ $month }} {{ $year }} has been paid on {{ $payDate->format('d F, Y') }}.

@endif @stop @section('callToAction')
    View Salary Slips    
@stop