public function index()
 {
     $linhas = Linha::paginate(50);
     return view('admin.linhas.index', compact('linhas'));
 }