Esempio n. 1
0
 public function index()
 {
     //$c=Purchase::get();
     $c = Purchase::joining();
     $d = Purchasedetails::get();
     //print_r($d);
     return view('purchase')->with('purchase', $c);
 }