contract blade

This commit is contained in:
2019-04-28 05:12:39 -05:00
parent 90ca73f2a7
commit e6b2b0b5db
3 changed files with 41 additions and 1 deletions

View File

@@ -85,7 +85,7 @@ class ContractController extends Controller
$data = null;
}
//Call for the view to be displayed
return view('contracts.publiccontracts')->with('data', $data);
}