*/ class InvoicesController extends Controller { public function index(Project $project) { return view('projects.invoices', compact('project')); } }