Ejemplo n.º 1
0
 public function getAll()
 {
     $text = Maintext::all();
     return view('templates.all')->with('text', $text);
 }
Ejemplo n.º 2
0
 public function texts()
 {
     $texts = \App\Maintext::all();
     return view($this->localeDir . 'moderation.texts', compact('texts'));
 }