Browse Source

nak tengok db

hajar
Siti Hajar Ibrahim 5 years ago
parent
commit
d20b0fd87c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/Http/Controllers/Controller.php

+ 1
- 1
app/Http/Controllers/Controller.php View File

// $details->company_id = "5c36baf2ded8f6068d769952"; // $details->company_id = "5c36baf2ded8f6068d769952";
// $details->save(); // $details->save();


$dealer_claimAll = DealerClaim::where('dealer', "5c36baf2ded8f6068d769952")->orderBy('activated_dt', 'desc')->get();
$dealer_claimAll = DealerClaim::where('dealer', '5c36baf2ded8f6068d769952')->orderBy('activated_dt', 'desc')->get();


return $dealer_claimAll; return $dealer_claimAll;
} }

Loading…
Cancel
Save