@include('inc/header')
@if(count($invoices)>0) @foreach($invoices as $inv) @endforeach @endif
@include('inc/footer')