Untitled
unknown
plain_text
2 years ago
316 B
6
Indexable
public function index() { $about=About::latest()->paginate(3); //$category=DB::table('categories')->orderBy('created_at','asc')->paginate(3); $trshabout=About::onlyTrashed()->latest()->paginate(5); return view('Admin.About.index', compact('about','trshabout')); }
Editor is loading...