<?php
return [
    'Home' => 'Home',
    'Login' => 'Login',
    'Register' => 'Register',
    'Products' => 'Products',
    'Help' => 'Help',
    'copyright' => '© 2018 Bruno Fontes All Rights Reserved',
    'byAuthor' => 'By Bruno Fontes',
];