Bad Practise
إستخدام WhereHas لجلب البيانات التي نحتاجها فقط
class BankEmployeeController extends Controller { public function employeesInLocation() { $employees = Bank::with(['employees' => function() { $query->where('location',…
اقرأ المقال