Tagged Questions
0
votes
1answer
173 views
Laravel - Working with multiple records, how do I pull the data I need?
WARNING:: LARAVEL SUPER-BEGINNER, BE GENTLE::
In my controller:
public function get_index(){
$lease_rates = DB::table('lease_rates');
$this->layout->nest('content','admin.lease_rates', ...