@extends('layouts.main') @section('title', 'Edit Invoice') @section('content')
${{ number_format($invoice->total, 2) }}