@extends('layouts.master_app') @section('title') Inversión @endsection @section('css') @endsection @section('content')
Productos
Inversión
${{ number_format($investment, 2, ".", ",") }}
@endsection @section('js') @endsection