@extends('pdf.reports.layouts.header') @section('content')

Project Dug Revenue Report

@if ($excludeAdd)

Net Sales = Contract Amount / Sales Tax % - Builder Commission

@else

Net Sales = Contract Amount + Addendums / Sales Tax % - Builder Commission

@endif

Project Dug by {{$sort}} @if($from || $to) - Jobs Started @endif @if($from) after {{$from}} @endif @if($to) before {{$to}} @endif

Page of

{{\Carbon\Carbon::now()->format('m/d/Y')}}

@endsection