\documentclass[11pt, a4paper]{article} % — UNIVERSAL PREAMBLE BLOCK — \usepackage[a4paper, top=2.5cm, bottom=2.5cm, left=2cm, right=2cm]{geometry} \usepackage{fontspec} \usepackage[english, bidi=basic, provide=*]{babel} \babelprovide[import, onchar=ids fonts]{english} % Set default font to Sans Serif in the main (rm) slot as per instructions \babelfont{rm}{Noto Sans} \usepackage{enumitem} \usepackage{booktabs} \usepackage{xcolor} % Custom colours for the Caribbean Mixup branding \definecolor{caribbean-orange}{HTML}{F39C12} \begin{document} % — HEADER — \noindent \begin{minipage}[b]{0.5\textwidth} \textbf{\huge Caribbean Mixup} \end{minipage} \begin{minipage}[b]{0.5\textwidth} \raggedleft \textbf{\Large Payroll Payslip} \end{minipage} \vspace{0.2cm} {\color{caribbean-orange}\hrule height 2pt} \vspace{1cm} % — EMPLOYEE DETAILS — \noindent \textbf{EMPLOYEE DETAILS} \vspace{0.2cm} \hrule \vspace{0.2cm} \noindent \begin{tabular}{@{}ll} \textbf{Employee name} & Shania Samuda King \\ \textbf{Employee number} & CMX-SSK-0001 \\ \textbf{Date of birth} & 05 March 2008 \\ \textbf{National Insurance number} & PM716440A \\ \textbf{Home address} & 50 Risdens, Bishops Stortford, CM18 7NL \\ \end{tabular} \vspace{1cm} % — PAY PERIOD — \noindent \textbf{PAY PERIOD} \vspace{0.2cm} \hrule \vspace{0.2cm} \noindent \begin{tabular}{@{}ll} \textbf{Pay period start} & Thursday 16 April 2026 \\ \textbf{Pay period end} & Thursday 30 April 2026 \\ \textbf{Pay frequency} & Fortnightly \\ \textbf{Payment date} & 30 April 2026 \\ \end{tabular} \vspace{1cm} % — EARNINGS — \noindent \textbf{EARNINGS} \vspace{0.2cm} \hrule \vspace{0.2cm} \noindent \begin{tabular}{@{}lrrr} \textbf{Description} & \textbf{Hours} & \textbf{Rate (£)} & \textbf{Amount (£)} \\ \midrule Thursday Shifts (16, 23, 30 April) & 9.00 & 10.00 & 90.00 \\ Saturday Shifts (18, 25 April) & 6.00 & 10.00 & 60.00 \\ \midrule \textbf{Total gross pay} & & & \textbf{150.00} \\ \end{tabular} \vspace{1cm} % — DEDUCTIONS — \noindent \textbf{DEDUCTIONS} \vspace{0.2cm} \hrule \vspace{0.2cm} \noindent \begin{tabular}{@{}lr} \textbf{Description} & \textbf{Amount (£)} \\ \midrule Income Tax (PAYE) & 0.00 \\ Employee National Insurance & 0.00 \\ \midrule \textbf{Total deductions} & \textbf{0.00} \\ \end{tabular} \vspace{1cm} % — NET PAY — \noindent \textbf{NET PAY} \vspace{0.2cm} \hrule \vspace{0.2cm} \noindent \begin{tabular}{@{}lr} \textbf{Net pay for this period} & \textbf{£150.00} \\ \end{tabular} \vfill % — NOTES — \noindent \hrule \vspace{0.2cm} \noindent {\small Notes: For the 2026 to 2027 tax year, the standard thresholds for Income Tax and Class 1 employee National Insurance continue to apply to earnings. Gross earnings of £150.00 for this period are below the thresholds for mandatory contributions, therefore, no Income Tax or employee National Insurance deductions have been made for this payslip.} \end{document}