Exemple #1
0
 public function index()
 {
     $shops = Shop::latest('created_at')->EmailFilled()->get();
     return view('shops.index', compact('shops'));
 }