Untitled
unknown
plain_text
3 years ago
316 B
8
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...