示例#1
0
 public function create()
 {
     $notes = QuranNote::paginate(20);
     return view('quran::notes.create', compact('notes'));
 }