Daniel
Daniel
FFilament
Created by Daniel on 12/29/2023 in #❓┊help
How to display database record with a text field or radio button beside each record, for attendance
I have tried using filter() to filter record in laravel but i get an error of BadMethodCallException Call to undefined method Illuminate\Database\Eloquent\Builder::filter() Below is the code: public function index(){ return view('homeview', [ 'job_listings' => Latestjobs::latest()->filter(request((['search'])))->get() ]); } Please can anyone know what is the problem here?
6 replies
FFilament
Created by Daniel on 12/29/2023 in #❓┊help
How to display database record with a text field or radio button beside each record, for attendance
Thank you so much @DrByte but please can I get a help on how this can be submitted as a new record to a table in the database
6 replies