@extends('master') @section('title') Manage Invoicing @stop @section('content')

Manage Invoices

@foreach($users as $user) @endforeach
Company Name View Transactions
{{ $user->name }}
@stop @section('scripts') @stop