Example #1
0
 public function getProject()
 {
     $types = \App\Type::orderby('id', 'ASC')->get();
     $proforma = new \App\Proforma();
     return view('project.project')->with('proforma', $proforma);
 }