Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 213 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 213 Bytes

laravel-number

Number helper for Laravel

usage

helper function

number()->currency(25); // 25,00 €
number()->percent(0.25, 0); // 25 %

blade

@currency(25)
@percent(0.25, 0)