public function index()
 {
     $fechas = Fecha::with('fase')->paginate(20);
     return view('fechas.index', compact('fechas'));
 }